System::IO::File::Exists-Methode
File::Exists method
Bestimmt, ob der angegebene Pfad auf eine vorhandene Datei verweist.
static bool System::IO::File::Exists(const String &path)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Pfad | const String& | Der zu testende Pfad |
ReturnValue
Wahr, wenn path auf eine vorhandene Datei verweist, andernfalls - falsch
Siehe auch
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++