Ini File Handler for C#

ini file is still my favorite config file to store settings and stuff… Although the big hoo-haa of XML and native support of XML reader for .NET, it’s still not as apealing to me, well… maybe my need just had not arrise yet…

Since I’m lazy to write my own wrapper around the ini file handling functions, and I don’t need the extra supports that NINI provides, I tried a couple of others, not so good because the behavior overite everyting in the existing ini file everytime you save, finally I’ve settle with IniReader from mentalis.org, of course that was after I change the name to IniHandler, and the name space to Util.IniHandler.

Submit a Comment