|
TF++, Miscellaneous classes and modules in C++:
|
An interface to libc file system functions. More...
|
Modules | |
| Interface provided through fs.h | |
| Interface provided through fs.h. | |
Namespaces | |
| tfxx::fs | |
| Namespace for all file system utilities. | |
Classes | |
| class | tfxx::error::FSException |
| exception class for file system utilities More... | |
Functions | |
| std::string | tfxx::fs::dirname (const std::string &path) |
| return path with its last non-slash component removed More... | |
| void | tfxx::fs::mkdir (const std::string &path) |
| create a directory More... | |
| void | tfxx::fs::mkdirp (const std::string &path) |
| create a directory with all parents More... | |
An interface to libc file system functions.
The module is presented in namespace tfxx::fs. You will find an example in tests/fstest.cc.