FileMode
The different modes you can open a File in.
Constants
- r
- Open a file for read.
- w
- Open a file for write.
- a
- Open a file for append.
- c
- Do not open a file (represents a closed file.)
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/FileMode