Function
love.filesystem.read( filename, bytes )
When using filenames instead of filehandles, a File object is created, opened and closed for you behind the scenes.
Synopsis
contents = love.filesystem.read( filename, bytes )
Arguments
filename The filepath to the File.
bytes The amount of bytes to open.
Returns
string The bytes contained in the file.
Copyright © 2006-2008 LÖVE Development Team.