I am new to corona and want to add a functionality in my app that on pressing back button, all data stored by the user get deleted from the documents directory. In short I want to know is there a way to empty documents directory??
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes, you would use the LFS (Lua File System) module for that. See: http://www.coronalabs.com/blog/2012/05/08/luafilesystem-lfs-tutorial/ |
|||
|
|
|
Use this to delete all the files in /documents directory
|
|||
|
|