Function
File:open( mode )
Open the file for write, read or append.
Synopsis
ok = File:open( mode )
Parameters
mode FileMode The mode to open the file in.
Returns
ok boolean True on success, false otherwise.
Copyright © 2006-2010 LÖVE Development Team.