Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. function readAll(file)
  3. local f = assert(io.open(file, "rb"))
  4. local content = f:read("*all")
  5. f:close()
  6. return content
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement