LoggingFolder Property

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

Syntax

ReadOnly Property LoggingFolder As String

Parameters

None

Examples

IronPython

#Get
myLoggingFolder = Host.AppManager.LoggingFolder


C#

#Get
string myLoggingFolder = AppManager.LoggingFolder;


Remarks