ITK
6.0.0
Insight 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 &dir) |
static void | CreateFile (const std::string &fn) |
|
inlinestatic |
Helper function to create the directory, if it does not exist.
Definition at line 57 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 85 of file itkFileTools.h.
References CreateDirectory().