Views
(File):read
Read a number of bytes from a file
Contents |
Function
Synopsis
contents = File:read( bytes )
Arguments
number bytes
- The number of bytes to read
Returns
string contents
- The contents of the read bytes
Read a number of bytes from a file
Contents |
number bytes
string contents