IniFile
Loading...
Searching...
No Matches
IniFile (© 2017 Helmut Jakoby)

Introduction

An INI file still has its permissions, especially if you look at Windows with its registry;-) An INI has sections [entries in square brackets] and values (e.g.: value=1).

An INI file usually has the following structure:

INI file Example

##############################################################################
;The following value indicates... <- Comment
[Setting] <- Section
font=app850.fon <- Variable with value
Onevalue <- Value only
##############################################################################

Class ini::File is provided for this purpose. Usually three methods are sufficient to set values, determine values and store thi ini::file.

save and read values.

See also
Programming examples

The English text was translated with the support of www.DeepL.com.

Motivation

I prefer INI files, which preferably apply to individual programs and can be easily distributed.

Usage

See here for further information on use.

License

IniFile is free software:

GNU Affero General Public License Usage
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. Please review the following information to ensure the GNU Affero General Public License requirements will be met: https://www.gnu.org/licenses/agpl-3.0.en.html.
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 Affero General Public License for more details.