System::IO::File::Exists metodu
File::Exists method
Belirtilen yolun mevcut bir dosyaya işaret edip etmediğini belirler.
static bool System::IO::File::Exists(const String &path)
| Parameter | Type | Açıklama |
|---|---|---|
| yol | const String& | Test edilecek yol |
ReturnValue
path var olan bir dosyaya referans veriyorsa doğru, aksi takdirde - yanlış
Ayrıca Bakınız
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++