System::IO::Path::ToString metodo

Path::ToString method

Restituisce una rappresentazione stringa dell’oggetto path di Boost specificato.

static String System::IO::Path::ToString(const boost::filesystem::path &path)
ParametroTipoDescrizione
percorsoconst boost::filesystem::path&L’oggetto boost::filesystem::path da convertire in stringa

ReturnValue

Una rappresentazione stringa di path

Vedi anche