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