Introduction

IniFileIO

Introduction

IniFileIO Documentation

IniFileIO is a .NET library for handling full read/write operations with INI Files.

Author

Written and maintained by Jason Faulkner

IniFileIO updates are available for download at GitHub and via NuGet

Features

  • Full read/write/creation support.

  • Easy to use: most operations can be done with a single line of code.

  • Supports comments at the section and key level.

  • Supports implied and manual ordering of sections and keys.

  • Full intellisense comments included.

  • Uses .NET 2.0 (for flexibility purposes).