INI
Functions for handleing 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")
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub