Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 429 Bytes

File metadata and controls

10 lines (5 loc) · 429 Bytes

INI File Parser

A .NET, Mono and Unity3d compatible(*) library for reading/writing INI data from IO streams, file streams, and strings written in C#.

Also implements merging operations, both for complete ini files, sections, or even just a subset of the keys contained by the files.

(*) This library is 100% .NET code and does not have any dependencies on Windows API calls in order to be portable.