build(const string &root, vector< string > &parts) | Path | [static] |
expand(const string &path) | Path | [static] |
getBasename(const string &path) | Path | [static] |
getDirname(const string &path) | Path | [static] |
getExtension(const string &path) | Path | [static] |
getInternals(const string &path) | Path | [static] |
getRelativePath(const string &base, const string &filename) | Path | [static] |
getRoot(const string &path) | Path | [static] |
hasWindowsRoot(const string &token) | Path | [static] |
isAbsolutePath(const string &filename) | Path | [static] |
isSeparator(char character) | Path | [static] |
isWindowsRoot(const string &token) | Path | [static] |
mergePaths(const string &root, vector< string > &base, vector< string > &change) | Path | [static] |
stripRoot(const string &path) | Path | [static] |
tokenize(const string &filename, vector< string > &tokens) | Path | [static] |