System::IO::Path::GetFileNameWithoutExtension metodo

Path::GetFileNameWithoutExtension method

Restituisce il nome senza estensione del file a cui fa riferimento il percorso specificato.

static String System::IO::Path::GetFileNameWithoutExtension(const String &path)
ParametroTipoDescrizione
percorsoconst String&Un percorso a un file

ReturnValue

Il nome del file senza estensione

Vedi anche