ITK
4.13.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 32 of file itkFileTools.h.
Static Public Member Functions | |
static void | CreateDirectory (const std::string &fn) |
static void | CreateFile (const std::string &fn) |
|
inlinestatic |
Helper function to create the directory, if it does not exist.
Definition at line 56 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 84 of file itkFileTools.h.
References CreateDirectory().