I would like my app to archive the application DB to the SD card. In my code I check if the directory canWrite()
exists, and if not, throw an IOException
. In this particular instance, I am trying to copy the db file to the root directory on the SD card, but it's throwing an IOException
. How can I change the permission on a folder/file to be able to write to it?