Extensions_IDE_Folder Property

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

Syntax

ReadOnly Property Extensions_IDE_Folder As String

Parameters

None

Examples

IronPython

#Get
myExtensions_IDE_Folder = Host.AppManager.Extensions_IDE_Folder


C#

#Get
string myExtensions_IDE_Folder = AppManager.Extensions_IDE_Folder;


Remarks