Quote:

Well, ok, an ini-file would fit better to prevent file lock issues




If you're only reading the file there is no contention whether it is TXT or INI the file contention comes when you try to open the file for write access when someone else tries at the same time.

That said, yes the .ini method though would be easier to use I think.