ApplicationFolder Property

The root folder path of the ScriptoMate environment.

Syntax

ReadOnly Property ApplicationFolder As String

Parameters

None

Examples

IronPython

#Get
myApplicationFolder = Host.AppManager.ApplicationFolder


C#

#Get
string myApplicationFolder = AppManager.ApplicationFolder;


Remarks