Wolframe, 0.0.3

resolvePath.hpp File Reference

Functions for resolving relative pathes. More...

#include <string>

Go to the source code of this file.

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::utils
 Utility functions for parsing, handling files, allocating memory, etc. (implemented in the core library libwolframe)
 

Functions

std::string _Wolframe::utils::resolvePath (const std::string &path)
 Remove .. and . from a path. More...
 
std::string _Wolframe::utils::getCanonicalPath (const std::string &path, const std::string &refPath)
 Get the path 'path' relative to 'refpath' if it is not absolute. More...
 

Detailed Description

Functions for resolving relative pathes.