How do I include files within a subfolder?
cbmeeks
Posts: 634
in Propeller 1
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.
Doesn't work.
Thanks.
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
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.
Thanks