System::IO::File::Exists method
File::Exists method
Determina se il percorso specificato fa riferimento a un file esistente.
static bool System::IO::File::Exists(const String &path)
| Parametro | Tipo | Descrizione |
|---|---|---|
| percorso | const String& | Il percorso da testare |
ReturnValue
Vero se path fa riferimento a un file esistente, altrimenti - false
Vedi anche
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++