1 #ifndef LXGUI_UTILS_FILE_SYSTEM_HPP
2 #define LXGUI_UTILS_FILE_SYSTEM_HPP
4 #include "lxgui/lxgui.hpp"
5 #include "lxgui/utils.hpp"
23 get_file_list(
const std::string& rel_path,
bool with_path,
const std::string& extensions);
bool make_directory(const std::string &path)
string_vector get_file_list(const std::string &rel_path, bool with_path)
string_vector get_directory_list(const std::string &rel_path)
std::string get_file_extension(const std::string &file)
bool file_exists(const std::string &file)
std::vector< std::string > string_vector