CustomFunctionsFolder Property

The full path of the custom functions folder of ScriptoMate's environment.

Syntax

ReadOnly Property CustomFunctionsFolder As String

Parameters

None

Examples

IronPython

#Get
myCustomFunctionsFolder = Host.AppManager.CustomFunctionsFolder


C#

#Get
string myCustomFunctionsFolder = AppManager.CustomFunctionsFolder;


Remarks