ini module
Core framework Console Desktop
The ini module allows for the parsing and manipulation of INI files
| Functions | Description | Return value |
|---|---|---|
| ini.decode() | Generate a Lua table from a ini string | any nil |
| ini.encode() | Encode a Lua table to a ini representation string | string nil |
| ini.load() | Load and decode an ini file | any nil |
| ini.save() | Encode a Lua table to a ini representation string and save it to a file | boolean |