I have a program that is almost finalized; but I have a slight problem with my XML file that i'm using. After the program runs, it outputs an XML file but I want this XML file to go a location in the installation folder where the program was installed to.
I also need this file to be readable in this program and other programs. So basically, the file location/name/path can't change and I need to be able to reference when I want to in the code.
But - seeing how this is my first program of this magnitude, i'm clueless. I've read around online about the Environment Settings and that is probably what i'm looking for...but any more clues ?