RhinoCommon API
FileSettingsGetDataFolder Method |
Gets the data folder for machine or current user.
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public static string GetDataFolder( bool currentUser )
Public Shared Function GetDataFolder ( currentUser As Boolean ) As String
Parameters
- currentUser
- Type: SystemBoolean
true if the query relates to the current user.
Return Value
Type: StringA directory to user or machine data.