Part Number: CODECOMPOSER
Hello,
If I have a script in my CCS project folder, but to use it I have to fully qualify its location:
loadJSFile("C:\myCCSproj\exampleDssScript.js")
Is there a way to do away with the path and just specify the .js filename please?