HostUtils.AutoInstallPlugInFolder Method

HostUtilsAutoInstallPlugInFolder Method

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static string AutoInstallPlugInFolder(
	bool currentUser
)
Public Shared Function AutoInstallPlugInFolder ( 
	currentUser As Boolean
) As String

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.
Version Information

Rhino for Windows

Supported in: 6.14
See Also