FileSettings.DeleteSearchPath Method

FileSettingsDeleteSearchPath Method

Removes an existing imagePath from Rhino's search imagePath list. See "Options Files settings" in the Rhino help file for more details.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool DeleteSearchPath(
	string folder
)
Public Shared Function DeleteSearchPath ( 
	folder As String
) As Boolean

Parameters

folder
Type: SystemString
[in] The valid folder, or imagePath, to remove.

Return Value

Type: Boolean
true or false indicating success or failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also