Add Method
Description
Adds an item to the MRU (Most Recently Used) list.
Syntax
Public Function Add( _
ByVal PathName As String _
) As RecentFileListItem
Parameters
- PathName: Path to the file to display in the MRU. This path must also include the filename.
Remarks
Only the filename will be displayed. A tooltip will show the full path to the file. You can retrieve the full path from the Parameter property when in the Execute event.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.