Function
love.filesystem.write( file, data )
Synopsis
success = 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.
Copyright © 2006-2008 LÖVE Development Team.