28 #ifndef vtkPVFileInformationHelper_h 29 #define vtkPVFileInformationHelper_h 31 #include "vtkObject.h" 32 #include "vtkPVClientServerCoreDefaultModule.h" 39 void PrintSelf(ostream& os, vtkIndent indent);
47 vtkSetStringMacro(Path);
48 vtkGetStringMacro(Path);
59 vtkSetStringMacro(WorkingDirectory);
60 vtkGetStringMacro(WorkingDirectory);
70 vtkGetMacro(DirectoryListing,
int);
71 vtkSetMacro(DirectoryListing,
int);
72 vtkBooleanMacro(DirectoryListing,
int);
84 vtkGetMacro(SpecialDirectories,
int);
85 vtkSetMacro(SpecialDirectories,
int);
86 vtkBooleanMacro(SpecialDirectories,
int);
97 vtkGetMacro(FastFileTypeDetection,
int);
98 vtkSetMacro(FastFileTypeDetection,
int);
105 vtkGetStringMacro(PathSeparator);
111 bool GetActiveFileIsReadable();
116 bool GetActiveFileIsDirectory();
129 vtkSetStringMacro(PathSeparator);