Functions for handling with .ini files.
Returns the value of the key
Syntax
ini.get('path\to\ini file', "section", "key")
Set the key value.
ini.set('path\to\ini file', "section", "key", "value")