Click or drag to resize

Folders.UserObjectFolders Property

Gets a list of all the directories from which GHUSER files are loaded. GHUSER files are loaded from subfolders as well.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static List<string> UserObjectFolders { get; }

Property Value

Type: List<String>

[Missing <value> documentation for "P:Grasshopper.Folders.UserObjectFolders"]

Return Value

Type: List<String>
A list of load target directories.
See Also