Click or drag to resize

FoldersUserObjectFolders 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: ListString

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

Return Value

Type: ListString
A list of load target directories.
See Also