Searched defs:CFileInfo (Results 1 – 3 of 3) sorted by relevance
13 struct CFileInfo struct15 bool Size_IsDefined;16 bool Time_IsDefined;17 bool Is_FileSystemFile;18 UInt64 Size;19 FILETIME Time;20 UString Path;22 void SetTime(const FILETIME &t) in SetTime()50 CFileInfo(): in CFileInfo() argument
11 struct CFileInfo struct33 NResult::EEnum Execute(const CFileInfo &oldFileInfo, const CFileInfo &newFileInfo); argument
160 struct CFileInfo: public CFileInfoBase struct162 FString Name;169 bool Find_FollowLink(CFSTR path) { return Find(path, true); } in Find_FollowLink()