ConfigParser.set

Set Config-Key Property

Usage Example:

Config.parseFile(`etc/config.ini`);

Config.set(`category`, `key`, `value`);
class ConfigParser
void
set

Parameters

category istring

category to be set

key istring

key to be set

value istring

value of the property

Meta