create a directory
C++ interface to mkdir(2)
Definition at line 45 of file mkdir.cc.
Referenced by main(), and mkdirp().
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