Utility functions for file and directory access. More...
Functions | |
int | RecursiveMkDir (const char *filename, const int permissions=0755) |
Recursively create a new directory. | |
int | RecursiveMkPrefixDir (const char *filename, const int permissions=0755) |
Recursively create all directories on a full filename's prefix. | |
char * | GetAbsolutePath (char *absPath, const char *relPath) |
Make an absolute path name from a (possibly) relative path. |
Utility functions for file and directory access.
int cmtk::FileUtils::RecursiveMkDir | ( | const char * | filename, |
const int | permissions = 0755 |
||
) |
Recursively create a new directory.
Definition at line 67 of file cmtkFileUtils.cxx.
References RecursiveMkPrefixDir().