Tool/software: Code Composer Studio
Hello,
I make extensive use of java scripting in CCS, to connect, build, run, etc. I've been using full paths for commands in the java script, for loading and commands, ex: load( "c:\some-path-to-java-script-directory\runtime.js" ). But I need to use relative paths, to allow for different paths to the script directory, e.g. load( "..\some-relative-path\runtime.js" ). So I'm trying to determine what the root path is of the java script?, so I can figure out the correct relative path. It doesn't appear to be the path to where the java script resides.
Please advise,
Robert
