34 #define TF_MKDIR_CC_VERSION \ 45 void mkdir(
const std::string& path)
49 S_IRUSR | S_IWUSR | S_IXUSR |
50 S_IRGRP | S_IWGRP | S_IXGRP |
51 S_IROTH | S_IWOTH | S_IXOTH);
56 __FILE__, __LINE__, errsv);
exception class for file system utilities
void mkdir(const std::string &path)
create a directory
Namespace containing all code of library libtfxx.