I use Delphi 10.2 and MySQL. By default, the code exists in the
...\Project\
directory. When the project is compiled, the Executable program is in the
...\Project\Win64\Debug\
directory. I want to put my code in a
...\Project\AmeriVet\Current\
directory, but still have the compiled executable program in the
...\Project\Win64\Debug\
directory. What do I need to do to make that happen?
Thanks,
Jim Sawyer