Delete audio recordings

If I allow users to record audio, can I delete the files or will they remain on the device forever?
Need this on IOS and Android.

Also, can I detect that they exist when the user comes back again. [import]uid: 120570 topic_id: 30697 reply_id: 330697[/import]

I believe you should be able to do so using os.remove-
http://developer.coronalabs.com/reference/index/osremove

When you load a file you’ll get a message if it doesn’t exist so you can check that too, though that is separate thing.

Try the above and let me know how you go :slight_smile: [import]uid: 52491 topic_id: 30697 reply_id: 123079[/import]

I believe you should be able to do so using os.remove-
http://developer.coronalabs.com/reference/index/osremove

When you load a file you’ll get a message if it doesn’t exist so you can check that too, though that is separate thing.

Try the above and let me know how you go :slight_smile: [import]uid: 52491 topic_id: 30697 reply_id: 123079[/import]