35 DIR *dir = opendir(path.c_str());
44bool mkdir(
const std::string &path) { return ::mkdir(path.c_str(), 0775) == 0; }
bool mkdir(const std::string &path)
bool is_dir(const std::string &path)
const std::string separator()
std::string normalize_path(const std::string &path)
Normalize compatible separator in path to default separator.