Skip to content
TheJoshua974 edited this page Oct 8, 2017 · 1 revision

I/O Library

  • io.readfile()
    Arguments: Path to file (String)
    Reads a file and returns the content of it
  • io.store()
    Arguments: File, Content, bool (String,String,boolean)
    Stores something into a file
Clone this wiki locally