Difference between revisions of "(File):read"

m (1 revision: Importing from potato (again).)
m (moved File:read to (File):read)
(No difference)

Revision as of 17:12, 14 February 2010

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