Difference between revisions of "love.filesystem.read"

m (included link to other languages)
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Read the contents of a file}}
 
{{#set:Description=Read the contents of a file}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.filesystem.read}}
 
{{i18n|love.filesystem.read}}

Revision as of 09:41, 25 March 2011

Read the contents of a file

Function

Synopsis

contents, size = love.filesystem.read( name, size )

Arguments

string name
The name (and path) of the file
number size (all)
How many bytes to read

Returns

string contents
The file contents
number size
How many bytes have been read

See Also


Other Languages