System::IO::Path::IsPathRooted metodo

Path::IsPathRooted method

Determina se il percorso specificato contiene una radice.

static bool System::IO::Path::IsPathRooted(const String &path)
ParametroTipoDescrizione
percorsoconst String&Un percorso da verificare

ReturnValue

Vero se path contiene una radice, altrimenti - false

Vedi anche