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