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.

IAR: app_prm3.c - xdc__META(__ASM__, Path issue

In this section of app_prm3.c I'm seeing:

/*
* ======== __ASM__ ========
* Define absolute path prefix for this executable's
* configuration generated files.
*/
xdc__META(__ASM__, "@(#)__ASM__ = C:/Users/FormerProgrammer/ThisProject/1/CC26xx/configPkg/package/cfg/app_prm3");

The file has a big auto generated don't touch warning at the start of the file.  I assume that this is created by IAR, but I can't see any options for changing path in the IAR options for the project.  This seems to be hard coded to the previous programmer's directory.  Where do I change this path?