TF++, Miscellaneous classes and modules in C++:
|
Namespace for all file system utilities. More...
Functions | |
std::string | dirname (const std::string &path) |
return path with its last non-slash component removed More... | |
void | mkdir (const std::string &path) |
create a directory More... | |
void | mkdirp (const std::string &path) |
create a directory with all parents More... | |
Namespace for all file system utilities.