This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
FREAX/etc/manuals/api-config
2022-07-18 19:33:40 +02:00

10 lines
231 B
Text

The Configuration API deals with configuration
files: it loads and saves tables into files.
It has two functions:
config.load(path)
config.save(tableToSave, path)
Configuration files are usually marked by the
'.conf' extension.