36 #ifndef _WOLFRAME_UTILS_RESOLVE_PATH_HPP_INCLUDED
37 #define _WOLFRAME_UTILS_RESOLVE_PATH_HPP_INCLUDED
51 std::string
getCanonicalPath(
const std::string& path,
const std::string& refPath);
std::string getCanonicalPath(const std::string &path, const std::string &refPath)
Get the path 'path' relative to 'refpath' if it is not absolute.
std::string resolvePath(const std::string &path)
Remove .. and . from a path.