Rose::FileSystem::toString
Convert a path to a string.
Synopsis
Declared in <src/Rose/FileSystem.h>
[[visibility]]
std::string
toString(Path const& path);
Description
Try not to use this. Paths contain more information than std::string and the conversion may loose that info.
Return Value
String representation of the path.
Parameters
Name |
Description |
path |
Path to convert. |
Created with MrDocs