Méthode System::IO::File::Exists
File::Exists method
Détermine si le chemin spécifié fait référence à un fichier existant.
static bool System::IO::File::Exists(const String &path)
| Paramètre | Type | Description |
|---|---|---|
| chemin | const String& | Le chemin à tester |
ReturnValue
Vrai si le path fait référence à un fichier existant, sinon - faux
Voir aussi
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++