13 #ifndef vtkSMDirectoryProxy_h 14 #define vtkSMDirectoryProxy_h 29 bool MakeDirectory(
const char* dir);
34 bool DeleteDirectory(
const char* dir);
39 bool Rename(
const char* oldname,
const char* newname);
45 bool List(
const char* dir);
51 bool CallDirectoryMethod(
52 const char* method,
const char* path,
const char* secondaryPath =
nullptr);
void PrintSelf(ostream &os, vtkIndent indent) override
#define VTKREMOTINGSERVERMANAGER_EXPORT
static vtkSMProxy * New()
proxy for a VTK object(s) on a server
void operator=(const vtkSMProxy &)=delete
Is a utility proxy to create/delete/rename directories.