ExtensionsFolder Property

The full path of the extensions folder of ScriptoMate's environment.

Syntax

ReadOnly Property ExtensionsFolder As String

Parameters

None

Examples

IronPython

#Get
myExtensionsFolder = Host.AppManager.ExtensionsFolder


C#

#Get
string myExtensionsFolder = AppManager.ExtensionsFolder;


Remarks