Function
love.filesystem.read( name, size )
Read the contents of a file
Synopsis
contents, size = love.filesystem.read( name, size )
Parameters
name string The name (and path) of the file
size = all number How many bytes to read
Returns
contents string The file contents
size number How many bytes have been read
See Also
love.filesystem.File:read  
Copyright © 2006-2010 LÖVE Development Team.