C-sharp implementation of a class for reading and writing ini files.
- C# 100%
| bin | ||
| source | ||
| gpl.txt | ||
| read test.ini | ||
| README.txt | ||
<------------------------------------------------------------------------->
[+ 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
<------------------------------------------------------------------------->