ITK  4.4.0
Insight Segmentation and Registration Toolkit
List of all members
itk::FileTools Class Reference

#include <itkFileTools.h>

Detailed Description

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)
 

Member Function Documentation

void itk::FileTools::CreateDirectory ( const char *  dir)
inlinestatic

Helper function to create the directory, if it does not exist.

Definition at line 54 of file itkFileTools.h.

Referenced by CreateFile().

void itk::FileTools::CreateFile ( const char *  fn)
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().


The documentation for this class was generated from the following file: