Function
love.filesystem.write( filename, data )
When using filenames instead of filehandles, a File object is created, opened and closed for you behind the scenes.
Synopsis
success = love.filesystem.write( filename, data )
Arguments
filename Filename of the File to write.
data A string of bytes to write to the file.
Returns
boolean Whether the operation was successful.
Copyright © 2006-2008 LÖVE Development Team.