Page 1 of 1

project file file paths

Posted: 24 March 2025, 16:23 PM
by rich
Can relative path be used in project .pjt file?

I tried ../ to move up one directory but it did not work.
What would be the way to do that?

Thanks
Richard

Re: project file file paths

Posted: 25 March 2025, 13:31 PM
by dkinzer
This excerpt from a project file works for me:

Code: Select all

foo.bas
AD9851_ftw_func.c
../Temp/myproj.bas
Can you provide an example that doesn't work as you expected?

Re: project file file paths

Posted: 26 March 2025, 6:16 AM
by rich
Well it works just fine.

Just a brain fart on my side.

Thanks Don
Richard