-----------------------------------------------------------------------------
| 31 | |
| 32 | //----------------------------------------------------------------------------- |
| 33 | bool vtkPVFilePathEncodingHelper::MakeDirectory() |
| 34 | { |
| 35 | return this->CallObjectMethod("MakeDirectory"); |
| 36 | } |
| 37 | |
| 38 | //----------------------------------------------------------------------------- |
| 39 | bool vtkPVFilePathEncodingHelper::DeleteDirectory() |
nothing calls this directly
no test coverage detected