(File):open
Open the file for write, read or append.
Function
Synopsis
ok, err = File:open( mode )
Arguments
FileMode mode
- The mode to open the file in.
Returns
Notes
If you are getting the error message "Could not set write directory", try setting the save directory. This is done either with love.filesystem.setIdentity or by setting the identity field in love.conf (only available with love 0.7 or higher).
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/(File):open