11 lines
231 B
Text
11 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.
|