virtual void Add( LPCTSTR lpszPathName );
Parameters
lpszPathName
Pathname to be added to the list.
Remarks
Call this function to add the file whose path is given in lpszPathName to the most recently used (MRU) file list. The file name will be added to the top of the MRU list. If the file name already exists in the MRU list, it will be moved to the top.
CRecentFileList Overview | Class Members | Hierarchy Chart
See Also CRecentFileList::Remove CRecentFileList::UpdateMenu