Grasshopper API
FoldersTemplateFolders Property |
Gets a list of all the directories from which template files are loaded.
Templates are not loaded from subfolders.
Namespace: Grasshopper
Assembly: Grasshopper (in Grasshopper.dll)

public static List<string> TemplateFolders { get; }
Public Shared ReadOnly Property TemplateFolders As List(Of String) Get
Property Value
Type: ListString[Missing <value> documentation for "P:Grasshopper.Folders.TemplateFolders"]
Return Value
Type: ListStringA list of load target directories.
