Hi,
I store persistent game data in a file but in some cases I would like to delete the file completely. I’ve tried:
file = io.open( filePath, "w+" )
io.close( file )
and this clears the contents, creating an empty file, but the file is still there.
Is there a way to completely delete the file?
Thanks
EC [import]uid: 29384 topic_id: 6307 reply_id: 306307[/import]