getRuntimeRoot() |
Top Previous Next |
getRuntimeRoot()
Returns the full path to the eSignal application folder.
Parameters
Usage
function main() {
... ...
if ( isLastBarOnChart() == true ) { //clear the Formula Output Window debugClear(); //print a line of text to that window debugPrint( "Your copy of eSignal is located here: " + getRuntimeRoot() + "\n" ); }
}
|