|
Read config file I'm working on a script that will read in configuration information and
perform actions based on that.
Is there a "best practice" for doing this? Essentially, I'd like to read in
things like database name, input file locations, output file locations, etc.
Should I use INI, XML, something else? |