System::IO::Path::ToString method

Path::ToString method

Returns a string representation of the specified Boost’s path object.

static String System::IO::Path::ToString(const boost::filesystem::path &path)
ParameterTypeDescription
pathconst boost::filesystem::path&The boost::filesystem::path object to convert to string

ReturnValue

A string representation of path

See Also