I have a project group that contains a project I'm working on as well as some related component / packages. I prefer to have the database links active at design time, and though I know how to write the code to change database files location, I'm just using ".\data" for that in this case, for a few different reasons, mostly design-time related. Being a relative folder location, though, means Delphi needs to be "pointing" to the same folder as the project is in.
I'd like to be able to force that folder location, w/o using "Save As." Does anyone know where the Delphi IDE stores that info?