Click or drag to resize

FileSettingsGetDataFolder Method

Gets the data folder for machine or current user.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static string GetDataFolder(
	bool currentUser
)

Parameters

currentUser
Type: SystemBoolean
true if the query relates to the current user.

Return Value

Type: String
A directory to user or machine data.
See Also