Documentation
Introduction
Getting Started
Game Distribution
Config Files
License
Documentation Guide
Modules
love
love.audio
love.event
love.filesystem
love.graphics
love.image
love.joystick
love.keyboard
love.mouse
love.physics
love.sound
love.timer
Callbacks
love.joystickreleased
love.joystickpressed
love.load
love.update
love.draw
love.keypressed
love.keyreleased
love.mousepressed
love.mousereleased
love.run
Edit
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.
Visit Homepage
–
Ask a Question