Go to the source code of this file.
Namespaces | |
namespace | cmtk |
namespace | cmtk::FileUtils |
Utility functions for file and directory access. | |
Functions | |
int | cmtk::FileUtils::RecursiveMkDir (const char *filename, const int permissions=0755) |
Recursively create a new directory. | |
int | cmtk::FileUtils::RecursiveMkPrefixDir (const char *filename, const int permissions=0755) |
Recursively create all directories on a full filename's prefix. | |
char * | cmtk::FileUtils::GetAbsolutePath (char *absPath, const char *relPath) |
Make an absolute path name from a (possibly) relative path. |