Declares system indepent functions for manipulating file system Paths. More...
#include <string>
Functions | |
std::string | GetPathPart (const std::string &fullPath) |
Gets the path portion of the given complete path. |
Declares system indepent functions for manipulating file system Paths.
std::string GetPathPart | ( | const std::string & | fullPath | ) |
Gets the path portion of the given complete path.
[in] | fullPath | the complete path. |