Searched defs:CFileInfo (Results 1 – 3 of 3) sorted by relevance
13 struct CFileInfo struct15 bool SizeIsDefined;16 bool TimeIsDefined;17 UInt64 Size;18 FILETIME Time;19 UString Name;21 void SetTime(const FILETIME *t) in SetTime()52 …void SetFileInfoControl(unsigned textID, unsigned iconID, const NOverwriteDialog::CFileInfo &fileI… 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()