project file file paths

Discussion of issues related specifically to writing code for native mode devices. This includes ZBasic code as well as assembly language code and C code, both inline and standalone.
Post Reply
rich
Posts: 88
Joined: 19 November 2015, 12:23 PM

project file file paths

Post 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
dkinzer
Site Admin
Posts: 3122
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: project file file paths

Post 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?
- Don Kinzer
rich
Posts: 88
Joined: 19 November 2015, 12:23 PM

Re: project file file paths

Post by rich »

Well it works just fine.

Just a brain fart on my side.

Thanks Don
Richard
Post Reply