FileSettingsRecentlyOpenedFiles Method |
Returns a list of recently opened files. Note that this function does not
check to make sure that these files still exist.
Namespace:
Rhino.ApplicationSettings
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static string[] RecentlyOpenedFiles()
Public Shared Function RecentlyOpenedFiles As String()
Return Value
Type:
StringAn array of strings with the paths to the recently opened files.
See Also