|
|
Function
love.filesystem.write( file, data )
Synopsis
var = love.filesystem.write( file, data )
Arguments
file
An opened File object of the file to write to.
data
A string of bytes to write to the file.
Returns
boolean
Whether the operation was successful.
See Also
Copyright © 2006-2008 LÖVE Development Team.
|