ToBoost()

Path::ToBoost(const String&) 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)

Arguments

ParameterTypeDescription
pathconst String&A path

Return Value

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

See Also