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")