l.load(filename)
l.save(value, filename)
--[[
l.load() returns the information in the file and creates it if the file is not found or if it is not created.
l.save() updates the information in the file and creates and updates the information if the file is not found.
--]]