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