|
Static Public Member Functions |
void | create (const std::string &path) |
bool | isFile (const std::string &path) |
bool | isDirectory (const std::string &path) |
bool | exists (const std::string &path) |
void | remove (const std::string &path) |
void | rename (const std::string &oldPath, const std::string &newPath) |
void | make (const std::string &path) |
std::string | trim (const std::string &path) |
std::string | relative (const std::string &basePath, const std::string absolutePath) |
char | pathSeparator () |
std::string | combine (const std::string &root, const std::string &addition) |
std::string | extension (const std::string &path) |
std::string | directory (const std::string &path) |
std::string | filename (const std::string &path) |
std::string | basename (const std::string &path) |