HowToFolder Property
The full path of the HowTo folder of ScriptoMate's environment.
Syntax
ReadOnly Property HowToFolder As String
|
Parameters
None
Examples
IronPython
#Get myHowToFolder = Host.AppManager.HowToFolder
|
C#
#Get string myHowToFolder = AppManager.HowToFolder;
|
Remarks