ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkFileTools.h>
This is a helper class to provide file/directory manipulations such as file creation, directory creation, etc.
Definition at line 30 of file itkFileTools.h.
Static Public Member Functions | |
static void | CreateDirectory (const char *fn) |
static void | CreateFile (const char *fn) |
|
inlinestatic |
Helper function to create the directory, if it does not exist.
Definition at line 54 of file itkFileTools.h.
Referenced by CreateFile().
|
inlinestatic |
Function to create a file, if it does not exist.
Helper function to create a file, if it does not exist.
Definition at line 83 of file itkFileTools.h.
References CreateDirectory().