The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| ini-files | 2024-05-25 | ||
| readme.txt | 2017-11-29 | 649 Bytes | |
| Totals: 2 Items | 649 Bytes | 38 |
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