System::IO::Path::ToBoost method

Path::ToBoost method

Returns an instance of boost::filesystem::path class that represents the specified path.

static boost::filesystem::path System::IO::Path::ToBoost(const String &path)
ParameterTypeDescription
pathconst String&A path

ReturnValue

a new instance of boost::filesystem::path class that represents path

See Also