I'll do some more research into this.
...
> On Jun 6, 12:45 pm, "Doug" <gordononl
@optusnet.com.au> wrote:
>> Hi
>> I have my app ready to go and I would like some advice about deployment.
>> I have coded some files that my app will rely on and have included
>> references to these files in my application such as
>> location="c:\\abc\\def\\ghi\\my.xml";
>> is the a way that I can reference such files in my code without having to
>> know about the deployment location?
>> Thanks
>> Doug
> Try using the config file(app.config) for locations and you can modify
> the config file at run-time if you want to change the location of your
> XML files.