ini module
Core framework Console Desktop
ini module does not have any properties
Function | Description | Return value |
---|---|---|
ini.encode() | Encode a Lua table to a ini representation string | nil | string |
ini.save() | Encode a Lua table to a ini representation string and save it to a file | boolean |
ini.decode() | Generate a Lua table from a ini string | any | nil |
ini.load() | Load and decode an ini file | any | nil |
ini module does not have any objects