This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: access project and workspace variables from DSS

Part Number: CODECOMPOSER

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