27 #ifndef vtkPVFileInformation_h 28 #define vtkPVFileInformation_h 30 #include "vtkPVClientServerCoreDefaultModule.h" 34 class vtkPVFileInformationSet;
42 void PrintSelf(ostream& os, vtkIndent indent);
78 static bool IsDirectory(
int t);
90 vtkGetStringMacro(Name);
98 vtkGetStringMacro(FullPath);
105 vtkGetMacro(Type,
int);
112 vtkGetMacro(Hidden,
bool);
122 vtkGetObjectMacro(Contents, vtkCollection);
123 vtkGetStringMacro(Extension);
124 vtkGetMacro(Size,
long long);
125 vtkGetMacro(ModificationTime, time_t);
143 vtkSetStringMacro(Extension);
144 vtkSetStringMacro(Name);
145 vtkSetStringMacro(FullPath);
147 void GetWindowsDirectoryListing();
148 void GetDirectoryListing();
152 void OrganizeCollection(vtkPVFileInformationSet& vector);
155 void GetSpecialDirectories();
156 void SetHiddenFlag();
Parses out the base file name of a file sequence and also the specific index of the given file...
Store messages for the interpreter.