Click or drag to resize

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()

Return Value

Type: String
An array of strings with the paths to the recently opened files.
See Also