iOS File.documentsDirectory: Deleted when App in Uninstalled?
I don't think I can verify this without jailbreaking, which I'm not allowed to do.
On my test iPad, an app's File.documentsDirectory appears to be a folder created specifically for that app. It looks something like this:
/var/mobile/Applications/EB67921A-AB8F-E432J1C3E553/Documents/
This differs from Windows, where File.documentsDirectory is:
C:\Users\<UserName>\Documents\
When you uninstall an app, does the app's Documents directory get deleted? If so, are there any situations where it would not get deleted?
