System::IO::Path::ToBoost Methode

Path::ToBoost method

Gibt eine Instanz der Klasse boost::filesystem::path zurück, die den angegebenen Pfad darstellt.

static boost::filesystem::path System::IO::Path::ToBoost(const String &path)
ParameterTypBeschreibung
Pfadconst String&Ein Pfad

ReturnValue

eine neue Instanz der boost::filesystem::path Klasse, die path darstellt

Siehe auch