XmlFolder Property

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

Syntax

ReadOnly Property XmlFolder As String

Parameters

None

Examples

IronPython

#Get
myXmlFolder = Host.AppManager.XmlFolder


C#

#Get
string myXmlFolder = AppManager.XmlFolder;


Remarks