basename(const std::string &path) | indri::file::Path | [static] |
combine(const std::string &root, const std::string &addition) | indri::file::Path | [static] |
create(const std::string &path) | indri::file::Path | [static] |
directory(const std::string &path) | indri::file::Path | [static] |
exists(const std::string &path) | indri::file::Path | [static] |
extension(const std::string &path) | indri::file::Path | [static] |
filename(const std::string &path) | indri::file::Path | [static] |
isDirectory(const std::string &path) | indri::file::Path | [static] |
isFile(const std::string &path) | indri::file::Path | [static] |
make(const std::string &path) | indri::file::Path | [static] |
pathSeparator() | indri::file::Path | [static] |
relative(const std::string &basePath, const std::string absolutePath) | indri::file::Path | [static] |
remove(const std::string &path) | indri::file::Path | [static] |
rename(const std::string &oldPath, const std::string &newPath) | indri::file::Path | [static] |
trim(const std::string &path) | indri::file::Path | [static] |