I have a VFP 8.0 app which generates PDF files. I would like to keep all of these files in a certain directory on our server. When I am running my test app I would like to save the files in a different directory. What would be the best way to tell if I am running the test app or not. Is there anything I can do with #IFDEF so that I only have to test once in the app if this is the test app or not? I hope you understand what I am asking.
Thanks
Thanks