ITK  4.13.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 32 of file itkFileTools.h.

Static Public Member Functions

static void CreateDirectory (const std::string &fn)
 
static void CreateFile (const std::string &fn)
 

Member Function Documentation

void itk::FileTools::CreateDirectory ( const std::string &  dir)
inlinestatic

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

Definition at line 56 of file itkFileTools.h.

Referenced by CreateFile().

void itk::FileTools::CreateFile ( const std::string &  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 84 of file itkFileTools.h.

References CreateDirectory().


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