-----------------------------------------------------------------------------
| 61 | |
| 62 | //----------------------------------------------------------------------------- |
| 63 | bool vtkPVFilePathEncodingHelper::IsDirectory() |
| 64 | { |
| 65 | // note: called on vtkDirectory instance. |
| 66 | return this->CallObjectMethod("FileIsDirectory", false); |
| 67 | } |
| 68 | |
| 69 | //----------------------------------------------------------------------------- |
| 70 | bool vtkPVFilePathEncodingHelper::CallObjectMethod(const char* method, bool ignoreErrors) |
no test coverage detected