Function
love.filesystem.write( name, data, size )
Write data to a file
Synopsis
success = love.filesystem.write( name, data, size )
Parameters
name string The name (and path) of the file
data string The data that should be written to the file
size = all number How many bytes to write
Returns
success boolean If the operation was successful
See Also
File:write  
Copyright © 2006-2010 LÖVE Development Team.