Hello,
Is it possible to import a path variable inside the CCS Scripting Console ?
I need the absolute path to the Workspace directory in my JavaScript, and I could only find the command env.getCurrentDirectory(), which returns the path to the Eclipse folder, and the command java.lang.System.getenv("${PARENT_LOC}") which returns null.
Thanks for support.