This seems like a very basic thing, but I can't seem to figure out how you would reference a file stored in the same directory as the project executable.
I am creating a custom app that needs to pull settings data out of an Xml file. But how can I reference this file if it's location varies depending on where the project was installed to?
The xml file will always be in the same folder as the project executable.
Start Free Trial