BinaryFolder Property

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

Syntax

ReadOnly Property BinaryFolder As String

Parameters

None

Examples

IronPython

#Get
myBinaryFolder = Host.AppManager.BinaryFolder


C#

#Get
string myBinaryFolder = AppManager.BinaryFolder;


Remarks