Home | History | Annotate | Download | only in Windows

Lines Matching refs:CFileInfo

35 bool CFileInfo::IsDots() const

71 static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DATA &fd, CFileInfo &fi)
108 bool CFindFile::FindFirst(LPCTSTR wildcard, CFileInfo &fi)
160 bool CFindFile::FindNext(CFileInfo &fi)
201 bool CFileInfo::Find(LPCTSTR wildcard)
246 CFileInfo fi;
252 CFileInfo fi;
258 CFileInfo fi;
284 bool CEnumerator::NextAny(CFileInfo &fi)
292 bool CEnumerator::Next(CFileInfo &fi)
303 bool CEnumerator::Next(CFileInfo &fi, bool &found)