Put all files in the folder where you have QB64
IMO this is not a good idea to store work "in the QB64 folder". I have thousands of files, it would be worse nightmare finding something than it is already. And to "Put all files in the folder where you have QB64" to check out someone else file or project seems a lookup and maintenance nightmare in the making.
Not great even if in separate folders under QB64 folder because when QB64 gets updated with new version you have to move stuff around.
I know some files have to go in QB64 folder like *.h ones. Isn't that enough to worry about when getting a new version of QB64 going?
I am curious if InForm stuff has to have it's own Folder in the QB64 folder, like for the automatic updating. Could it be in it's own folder on the Desktop?
I see Unseen setting up library set that has to be under QB64 folder but at least that is in it's own folder and I assume all files using that library are at least stored under that folder (if I have that correct?). It seems sensible to store all bas code using a library under a folder with the library at the top. Update: Having to CHDIR to run a bas file / exe seems so old school!
Of course I am an adherent of saving exe's with source and wonder why anyone would do it any other way unless just checking out QB64 for a day. I also wonder why that's not default when I get a new QB64 version unless QB64 has to be in that state to build /rebuild itself to get itself started. I doubt that but that would explain why it's not default to save exe with source.
Maybe I am missing something?