26 #ifndef vtkDirectory_h
27 #define vtkDirectory_h
29 #include "vtkCommonSystemModule.h"
59 int Open(
const char*
dir);
77 int FileIsDirectory(
const char *
name);
89 static const char* GetCurrentWorkingDirectory(
char* buf,
unsigned int len);
94 static int MakeDirectory(
const char*
dir);
99 static int DeleteDirectory(
const char*
dir);
104 static int Rename(
const char* oldname,
const char* newname);
109 void CleanUpFilesAndPath();
117 static
int CreateDirectoryInternal(const
char*
dir);
121 void operator=(const
vtkDirectory&) VTK_DELETE_FUNCTION;
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a vtkAbstractArray subclass for strings
a simple class to control print indentation
OS independent class for access and manipulation of system directories.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...