getRuntimeRoot()

ICE Data Services -

getRuntimeRoot()
Previous  Top  Next

getRuntimeRoot()

Returns the full path to the eSignal application folder.

Parameters

none
function takes no 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" );
   }

}