Announcement

Collapse
No announcement yet.

getRuntimeRoot returns wrong path?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • getRuntimeRoot returns wrong path?

    If I do a syntax check on an efs with the following lines:
    PHP Code:
    debugClear();
    debugPrintln("Runtime Root is:       "+getRuntimeRoot());
    debugPrintln("Formula Root is:       "+getFormulaRoot());
    debugPrintln("Formula Output Root is:"+getFormulaOutputRoot());
    debugPrintln("Sound File Root is:    "+getSoundFileRoot()); 
    I get the following output in the Formula output window.
    Code:
    No Syntax Errors
    
    Sound File Root is:    C:\Program Files\eSignal\Sounds\
    Formula Output Root is:C:\Program Files\eSignal\FormulaOutput\
    Formula Root is:       C:\Program Files\eSignal\Formulas\
    Runtime Root is:       C:\Program Files\eSignal\FormulaOutput\
    Is the Runtime root correct? I would have expected it to be C:\Program Files\eSignal\

    Steve

  • #2
    Hello Steve,

    The getRuntimeRoot() function is currently not returning the correct path. This is a known issue and has been fixed for the 8.1 release.
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment

    Working...
    X