Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 ?

share|improve this question
Which OS are you on..? Also which programming language are you using? You could add these details as tags.. – Kent Pawar Dec 5 '12 at 17:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.