Searched defs:CFileInfo (Results 1 – 2 of 2) 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
160 struct CFileInfo: public CFileInfoBase struct162 FString Name;169 bool Find_FollowLink(CFSTR path) { return Find(path, true); } in Find_FollowLink()