added inifile and a note on usage for later use
This commit is contained in:
10
inifile usage.txt
Normal file
10
inifile usage.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
inifile = require "lib.inifile"
|
||||
|
||||
something = inifile.parse("file.ini")
|
||||
inifile.save("file.ini", something)
|
||||
|
||||
something = {
|
||||
sections = {
|
||||
keys = values
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user