Unicode Controls & Classes for VB6 - Version 4

clsSpecialFolders.Recent Property

The file system directory that contains shortcuts to the user's most recently used documents. A typical path is C:\Documents and Settings\username\My Recent Documents. To create a shortcut in this folder, use SHAddToRecentDocs. In addition to creating the shortcut, this function updates the Shell's list of recent documents and adds the shortcut to the My Recent Documents submenu of the Start menu.

Syntax
Public Property Get Recent () As String
Parameters
Parameter Description
Remarks