Home / ini-files / ini-files-03
Name Modified Size InfoDownloads / Week
Parent folder
ini-files-03.zip 2010-03-19 7.6 kB
Totals: 1 Item   7.6 kB 0
Welcome to the Ini file manager
===============================

The Ini file manager consists of a package, Config, which
can read and modify informations from various configuration
files known as "ini" files. They are called "ini" files because
they have often the ".ini" extension, but some also have
".inf", ".cfg" extensions. They are actually text files which
look like the following:

     ; Comment line
     
     [Section 1]
     a_string = abcd     # a comment here...
     a_number = +123.456 ; another comment
     
     [Section 2]
     a_string = efgh

====
Full description can be found in: ini_file_manager.txt
Source: readme.txt, updated 2017-11-29