Click or drag to resize

HostUtilsAutoInstallPlugInFolder Method

Gets the auto install plug-in folder for machine or current user.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static string AutoInstallPlugInFolder(
	bool currentUser
)

Parameters

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

Return Value

Type: String
The full path to the revelant auto install plug-in directory.
See Also