added inifile and a note on usage for later use

This commit is contained in:
Paul Liverman
2015-12-07 09:20:57 -08:00
parent 169cd5651e
commit 67f8192d3a
2 changed files with 192 additions and 0 deletions

10
inifile usage.txt Normal file
View File

@@ -0,0 +1,10 @@
inifile = require "lib.inifile"
something = inifile.parse("file.ini")
inifile.save("file.ini", something)
something = {
sections = {
keys = values
}
}