CFileFind::GetFileTitle

virtual CString GetFileTitle( ) const;

Return Value

The title of the file.

Remarks

Call this member function to get the title of the found file. You must call FindNextFile at least once before calling GetFileTitle.

GetFileTitle is one of three CFileFind member functions that return some form of the file name. The following list describes the three and how they vary:

CFileFind OverviewClass MembersHierarchy Chart

See Also   CFileFind::FindFile