-----------------------------------------------------------------------------
| 37 | |
| 38 | //----------------------------------------------------------------------------- |
| 39 | bool vtkPVFilePathEncodingHelper::DeleteDirectory() |
| 40 | { |
| 41 | return this->CallObjectMethod("DeleteDirectory"); |
| 42 | } |
| 43 | |
| 44 | //----------------------------------------------------------------------------- |
| 45 | bool vtkPVFilePathEncodingHelper::OpenDirectory() |
nothing calls this directly
no test coverage detected