Filesystem Loading and Writing Questions
Posted: Wed May 29, 2019 3:41 am
I'm working on writing to a file and loading it to act as a save feature. It works but I have a few of questions.
What's the difference between using love.filesystem.write() and using a File object to write (File:write())?
When I use either of these functions it does work when I read the file in LOVE, but when I open up the file in File Explorer (in the .love folder) it's still the same with none of the newly written data in it. Why does it do that?</t>
What's the difference between using love.filesystem.write() and using a File object to write (File:write())?
When I use either of these functions it does work when I read the file in LOVE, but when I open up the file in File Explorer (in the .love folder) it's still the same with none of the newly written data in it. Why does it do that?</t>