Hermes
hermes::FileSystem Member List

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::FileSystemstatic
appendToFile(const Path &path, const std::vector< char > &content, bool is_binary=false)hermes::FileSystemstatic
appendToFile(const Path &path, const std::string &content, bool is_binary=false)hermes::FileSystemstatic
basename(const std::vector< std::string > &paths, const std::string &suffix="")hermes::FileSystemstatic
basename(const std::string &path, const std::string &suffix="")hermes::FileSystemstatic
copyFile(const Path &source, const Path &destination)hermes::FileSystemstatic
fileExists(const Path &path)hermes::FileSystemstatic
fileExtension(const std::string &filename)hermes::FileSystemstatic
find(const Path &path, const std::string &pattern, find_options options=find_options::none)hermes::FileSystemstatic
isDirectory(const Path &dir_name)hermes::FileSystemstatic
isFile(const Path &path)hermes::FileSystemstatic
ls(const Path &path, ls_options options=ls_options::none)hermes::FileSystemstatic
mkdir(const Path &path)hermes::FileSystemstatic
normalizePath(const std::string &path, bool with_backslash=false)hermes::FileSystemstatic
readBinaryFile(const Path &filename)hermes::FileSystemstatic
readFile(const char *filename, char **text)hermes::FileSystemstatic
readFile(const Path &filename)hermes::FileSystemstatic
readLines(const Path &path)hermes::FileSystemstatic
touch(const Path &path_to_file)hermes::FileSystemstatic
writeFile(const Path &path, const std::vector< char > &content, bool is_binary=false)hermes::FileSystemstatic
writeFile(const Path &path, const std::string &content, bool is_binary=false)hermes::FileSystemstatic
writeLine(const Path &path, const std::string &line, bool is_binary=false)hermes::FileSystemstatic