C-sharp implementation of a class for reading and writing ini files.
This repository has been archived on 2026-05-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
goldfishdev ba732508c7 init
2026-04-27 17:01:45 -05:00
bin init 2026-04-27 17:01:45 -05:00
source init 2026-04-27 17:01:45 -05:00
gpl.txt init 2026-04-27 17:01:45 -05:00
read test.ini init 2026-04-27 17:01:45 -05:00
README.txt init 2026-04-27 17:01:45 -05:00

<------------------------------------------------------------------------->
[+ Legal +----------------------------------------------------------------]
<------------------------------------------------------------------------->
This program is distributed under GNU GPL (with some changes):

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
<------------------------------------------------------------------------->


<------------------------------------------------------------------------->
[+ Using the tester class +-----------------------------------------------]
<------------------------------------------------------------------------->
I have supplied a simple and comprehensive test file. There are several
commented lines that cause errors if uncommented to better understand the
way that INI files work. The tester class works out of the C drive, you'll
need to place the test read file there, and the output will be saved there as well.

This is intended as an excercise and not a functioning software 
application. Thoroughly test the program before using it for something
important.
<------------------------------------------------------------------------->


<------------------------------------------------------------------------->
[+ Questions/Comments +---------------------------------------------------]
<------------------------------------------------------------------------->
Your comments/constructive criticism/intelligent questions are always
welcome.

Email: killermonkey99@gmail.com
URL: http://www.c-sharpcorner.com/Authors/AuthorDetails.aspx?AuthorID=killermonkey99
<------------------------------------------------------------------------->