Hello,
I'm starting a diadem desktop file from a relative path and the file itself contains settings with realtive paths, e.g.
Workspace: '%workdir%\MyWorkspace.WSP';
This works fine. I can also set F-shortcuts to files that are located in the workdir directory when I delete the path in the settings field.
But in the configuration of the workspace I can't handle that the opened files are located in this workdir because their reference is saved with absolute paths and if I delte them in the wsp-file I get an version error.
Any suggestions?