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)
ParametroTipoDescrizione
percorsoconst String&Il percorso da testare

ReturnValue

Vero se path fa riferimento a un file esistente, altrimenti - false

Vedi anche