25 #ifndef vtkSMFileUtilities_h
26 #define vtkSMFileUtilities_h
28 #include "vtkRemotingServerManagerModule.h"
45 bool MakeDirectory(
const std::string& name, vtkTypeUInt32 location);
53 bool DeleteDirectory(
const std::string& name, vtkTypeUInt32 location);
61 bool RenameDirectory(
const std::string& name,
const std::string& newname, vtkTypeUInt32 location);