OpenMode
EditDifferent ways to open a File with lovr.filesystem.newFile.
| Value | Description |
| r | Open the file for reading. |
| w | Open the file for writing (overwrites existing data). |
| a | Open the file for appending. |
Different ways to open a File with lovr.filesystem.newFile.
| Value | Description |
| r | Open the file for reading. |
| w | Open the file for writing (overwrites existing data). |
| a | Open the file for appending. |