Difference between revisions of "love.filesystem.read"

 
m (1 revision: Imported docs from potato.)
(No difference)

Revision as of 15:54, 14 February 2010


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