TF++, Miscellaneous classes and modules in C++:
File system utilities.

An interface to libc file system functions. More...

Collaboration diagram for File system utilities.:

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...
 

Detailed Description

An interface to libc file system functions.

The module is presented in namespace tfxx::fs. You will find an example in tests/fstest.cc.

See also
Interface provided through fs.h