AppDataFilePath Property

The full file path of the app_data.xml file. This is the file with all global script data.

Syntax

ReadOnly Property AppDataFilePath As String

Parameters

None

Examples

IronPython

#Get
myAppDataFilePath = Host.AppManager.AppDataFilePath


C#

#Get
string myAppDataFilePath = AppManager.AppDataFilePath;


Remarks