(File):read

Read a number of bytes from a file

Function

Synopsis

contents = File:read( bytes )

Arguments

number bytes
The number of bytes to read

Returns

string contents
The contents of the read bytes

See Also