System::IO::Directory::Exists methode
Directory::Exists method
Bepaalt of het opgegeven pad verwijst naar een bestaande map.
static bool System::IO::Directory::Exists(const String &path)
| Parameter | Type | Beschrijving |
|---|---|---|
| pad | const String& | Het pad om te controleren |
ReturnValue
True als het opgegeven pad verwijst naar een bestaande map, anders - false
Zie ook
- Class String
- Class Directory
- Namespace System::IO
- Library Aspose.Page for C++