DataFolder Property

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

Syntax

ReadOnly Property DataFolder As String

Parameters

None

Examples

IronPython

#Get
myDataFolder = Host.AppManager.DataFolder


C#

#Get
string myDataFolder = AppManager.DataFolder;


Remarks