Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

aFile API

Multi edited this page Dec 25, 2015 · 1 revision

aFile

  • aFile.readFile(path:string) -> data:string - read from file
  • aFile.writeFile(path:string, data:string) - write to file
  • aFile.appendFile(path:string, data:string) - append to file
  • aFile.unserializeFile(path:string) -> data:<any lua type> - unserialize from file
  • aFile.serializeFile(path:string, data:<any serializable lua type>) - serialize to file

some docs

Clone this wiki locally