I see a .INI file as a very lightweight database with limited search capability because of the format:
code:
[section1]
key1=value1
key2=value2
[section2]
key1=value1

Will allow me to get a list of sections, then I can select a specific key in a specific section and/or the correcponding value. Additionally, I only need two functions to read/write to it and I can retrieve multiple sections or keys at the same time.
_________________________
There are two types of vessels, submarines and targets.