Back to Shell

Ini

docs/functions/ini.html

1.9.15252 B
Original Source
INI

Functions for handling with .ini files.

ini.get

Returns the value of the key

Syntax

ini.get('path\to\ini file', "section", "key")

ini.set

Set the key value.

Syntax

ini.set('path\to\ini file', "section", "key", "value")