ToString()

Path::ToString(const boost::filesystem::path&) method

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

static String System::IO::Path::ToString(const boost::filesystem::path &path)

Arguments

ParameterTypeDescription
pathconst boost::filesystem::path&The boost::filesystem::path object to convert to string

Return Value

A string representation of path

See Also