Tool/software:
Hello experts,
Is there any way to access project and workspace variables via DSS?
I have these variables in the 'Build Variables' and 'Enveronment' tab
As of now i am using absolute paths in my dss script like this:
//Path to store the raw data var filepath = "C:/git/master/proto1/Code/bufferData/data";
Is it possible to get this path from a project variable? Could you please give me the correct syntax and usage.
Ex: var filepath = ${PROJECT_PATH} + "bufferData/data";
Thanks