MCPcopy Create free account
hub / github.com/Kitware/ParaView / MakeDirectory

Method MakeDirectory

Remoting/ServerManager/vtkPVFilePathEncodingHelper.cxx:33–36  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

31
32//-----------------------------------------------------------------------------
33bool vtkPVFilePathEncodingHelper::MakeDirectory()
34{
35 return this->CallObjectMethod("MakeDirectory");
36}
37
38//-----------------------------------------------------------------------------
39bool vtkPVFilePathEncodingHelper::DeleteDirectory()

Callers

nothing calls this directly

Calls 1

CallObjectMethodMethod · 0.95

Tested by

no test coverage detected