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