Difference between revisions of "(File):read"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Read a number of bytes from a file}}
 
{{#set:Description=Read a number of bytes from a file}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|(File):read}}
 
{{i18n|(File):read}}

Revision as of 04:56, 20 March 2011

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


Other Languages