-----------------------------------------------------------------------------
| 49 | |
| 50 | //----------------------------------------------------------------------------- |
| 51 | bool vtkPVFilePathEncodingHelper::RenameDirectory() |
| 52 | { |
| 53 | return this->CallObjectMethod("Rename"); |
| 54 | } |
| 55 | |
| 56 | //----------------------------------------------------------------------------- |
| 57 | bool vtkPVFilePathEncodingHelper::GetActiveFileIsReadable() |
nothing calls this directly
no test coverage detected