Hello,

I want to use an external file to provide parameters for my application.
This could be a simple text file with two lines in it:
one to provide the path and name of my database and one to specify a temporary directory.

How do I use such a file? Is it possible to use constants or global variables and have them filled up with the data from the text file when the application starts?

How do I do that. And how / where must I specify the name and path of that parameter file?

Please help!


Thanks


Christophe