CRecentFileList::operator[ ]

Use the overloaded subscript ([]) operator to retrieve a single CString, specified by the zero-based index in nIndex, from the most recently used (MRU) file list.

CString& operator[ ]( int nIndex );

At a Glance

Header file: Afxadv.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CRecentFileList Overview, CRecentFileList Operators, File Service Classes