I have many files within my app that get moved to DirInternal on install. I would like to offer the option to backup these files if the user decides to uninstall the app, or (like several who have emailed me) for users who wipe their phones/devices frequently. My question is where is a place that I can backup these files too that won't get deleted if a user uninstalls the app? I plan on offering the user the option to backup to Internal memory and/or External. I am guessing I would need to use MakeDir, but I'm not sure where a safe place for the files are. Can anyone help?