Hi,
I am using an ad plugin that reads/writes to the devices external storage. Unfortunately, it is a badly written SDK that doesn’t clean up after itself. The ad plugin stores files in the following location:
sdcard/Android/data/com.my.packageName/files/al
I would like to delete the contents of that folder before each ad.load() request. How can i do that?
I know Scott Harrison has a plugin for external storage. But i don’t want to pay to clean someone else’s mess.
Any ideas?
Thnaks