XshdFolder Property

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

Syntax

ReadOnly Property XshdFolder As String

Parameters

None

Examples

IronPython

#Get
myXshdFolder = Host.AppManager.XshdFolder


C#

#Get
string myXshdFolder = AppManager.XshdFolder;


Remarks