My favorites | Sign in
Project Logo
                
Code license: MIT License
Labels: C, INI, file, parser, CSharp, .NET, INIfile
Show all Featured downloads:
INIFileParser1.5.3.rar
Show all Featured wiki pages:
Usage
People details
Project owners:
  rickyAH

This library allows to read or create INI data programaticly. --- An implementation for reading / writing INI data to and from streams, files and strings is included.

Really simple to use:

IniData data = parser.LoadFile("TestIniFile.ini");

data["ConfigSection"]["fullscreen"] = true;
parser.SaveFile("NewTestIniFile.ini");








Hosted by Google Code