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");
30 Day Summary May 18 2013 — Jun 17 2013
|
12 Month Summary Jun 17 2012 — Jun 17 2013
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.