Set Config-Key Property
Usage Example:
Config.parseFile(`etc/config.ini`); Config.set(`category`, `key`, `value`);
category to be set
key to be set
value of the property
See Implementation
Set Config-Key Property
Usage Example: