When I first open a project, how do I know where to put whatever input files are needed?
Of course I could use GETCWD to find out, but is there some rule that says where that would be by default?
I used to think its where the EXE is, but apparently that is not always the case.