LibINI - Harder, Better, Faster, Stronger.
The LibINI library provides .NET applications with read and write access to INI-format files (used for storing configuration settings for an application), as well as an object-oriented view of the settings contained in an INI-format file.
Supported features:
- Read, rename, delete, and add sections in an INI file.
- Read, rename, delete, and add entries in a section.
- Access comments associated with a section or entry.
- Merge multiple INI files together.