Hermes
|
This is the complete list of members for hermes::FileSystem, including all inherited members.
appendLine(const Path &path, const std::string &line, bool is_binary=false) | hermes::FileSystem | static |
appendToFile(const Path &path, const std::vector< char > &content, bool is_binary=false) | hermes::FileSystem | static |
appendToFile(const Path &path, const std::string &content, bool is_binary=false) | hermes::FileSystem | static |
basename(const std::vector< std::string > &paths, const std::string &suffix="") | hermes::FileSystem | static |
basename(const std::string &path, const std::string &suffix="") | hermes::FileSystem | static |
copyFile(const Path &source, const Path &destination) | hermes::FileSystem | static |
fileExists(const Path &path) | hermes::FileSystem | static |
fileExtension(const std::string &filename) | hermes::FileSystem | static |
find(const Path &path, const std::string &pattern, find_options options=find_options::none) | hermes::FileSystem | static |
isDirectory(const Path &dir_name) | hermes::FileSystem | static |
isFile(const Path &path) | hermes::FileSystem | static |
ls(const Path &path, ls_options options=ls_options::none) | hermes::FileSystem | static |
mkdir(const Path &path) | hermes::FileSystem | static |
normalizePath(const std::string &path, bool with_backslash=false) | hermes::FileSystem | static |
readBinaryFile(const Path &filename) | hermes::FileSystem | static |
readFile(const char *filename, char **text) | hermes::FileSystem | static |
readFile(const Path &filename) | hermes::FileSystem | static |
readLines(const Path &path) | hermes::FileSystem | static |
touch(const Path &path_to_file) | hermes::FileSystem | static |
writeFile(const Path &path, const std::vector< char > &content, bool is_binary=false) | hermes::FileSystem | static |
writeFile(const Path &path, const std::string &content, bool is_binary=false) | hermes::FileSystem | static |
writeLine(const Path &path, const std::string &line, bool is_binary=false) | hermes::FileSystem | static |