29 #ifndef vtkDirectory_h
30 #define vtkDirectory_h
32 #include "vtkCommonSystemModule.h"
62 int Open(
const char*
dir);
80 int FileIsDirectory(
const char *
name);
92 static const char* GetCurrentWorkingDirectory(
char* buf,
unsigned int len);
97 static int MakeDirectory(
const char*
dir);
102 static int DeleteDirectory(
const char*
dir);
107 static int Rename(
const char* oldname,
const char* newname);
112 void CleanUpFilesAndPath();
120 static
int CreateDirectoryInternal(const
char*
dir);
124 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...