28 #ifndef vtkDirectory_h
29 #define vtkDirectory_h
53 int Open(
const char*
dir);
65 int FileIsDirectory(
const char *
name);
73 static const char* GetCurrentWorkingDirectory(
char* buf,
unsigned int len);
76 static int MakeDirectory(
const char*
dir);
79 static int DeleteDirectory(
const char*
dir);
82 static int Rename(
const char* oldname,
const char* newname);
87 void CleanUpFilesAndPath();
95 static int CreateDirectoryInternal(
const char*
dir);
abstract base class for most VTK objects
a vtkAbstractArray subclass for strings
#define VTKCOMMONSYSTEM_EXPORT
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
OS independent class for access and manipulation of system directories.