filesystem.h
Go to the documentation of this file.
37 std::string combine(const std::string& path1, const std::string& path2, const std::string& path3);
Definition: enum_description.h:15
std::string basename(std::string const &source)
Definition: filesystem.cpp:95
std::string combine(const std::string &path, const std::string &name)
Definition: filesystem.cpp:39
bool is_file_readable(const std::string &filename)
Definition: filesystem.cpp:129
bool mkdir(const std::string &path, const int mode=0733)
Definition: filesystem.cpp:139
::int64_t file_size(const std::string &path)
Definition: filesystem.cpp:156