Function
love.filesystem.read( filename )
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 )
Arguments
filename The filepath to the File.
Returns
string The bytes contained in the file.
Copyright © 2006-2008 LÖVE Development Team.