Shop OBEX P1 Docs P2 Docs Learn Events
How do I include files within a subfolder? — Parallax Forums

How do I include files within a subfolder?

In the propeller IDE, I want to be able to import binary files from a sub-folder of the project.

I have a bunch of binary files that I test with and it's getting cluttered having them all in the root.
DAT
    Screen file "screens/r-type.scr"


Doesn't work.

Thanks.

Comments

  • ElectrodudeElectrodude Posts: 1,658
    edited 2015-10-30 13:56
    I don't think it's possible.

    Why not? I've often wanted such a feature, and it seems to me like it would be more work to make it not work than to make it work because of how fopen() (or std::istream, or pretty much any other file library) works.
  • I was afraid of that.

    Thanks
Sign In or Register to comment.