21 #ifndef vtkSMDirectoryProxy_h 22 #define vtkSMDirectoryProxy_h 24 #include "vtkPVServerManagerDefaultModule.h" 32 void PrintSelf(ostream& os, vtkIndent indent);
37 bool MakeDirectory(
const char* dir, vtkTypeUInt32 processes);
42 bool DeleteDirectory(
const char* dir, vtkTypeUInt32 processes);
47 bool Rename(
const char* oldname,
const char* newname, vtkTypeUInt32 processes);
52 void List(
const char* dir);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkSMProxy * New()
proxy for a VTK object(s) on a server
Is a utility proxy to create/delete/rename directories.