System::IO::File::Exists yöntemi
File::Exists method
Belirtilen yolun mevcut bir dosyaya işaret edip etmediğini belirler.
static bool System::IO::File::Exists(const String &path)
| Parametre | Tür | Açıklama |
|---|---|---|
| yol | const String& | Test edilecek yol |
ReturnValue
path var olan bir dosyaya başvuruyorsa doğru, aksi takdirde - yanlış
Ayrıca Bakınız
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++