Function
love.filesystem.read( file )
Synopsis
contents = love.filesystem.read( file )
Arguments
file An opened File object of the file to read.
Returns
string The bytes contained in the file.
Copyright © 2006-2008 LÖVE Development Team.