my application creates local files in the phone.
I want the files to still exists after application update
for android i use the path: Android.OS.Environment.ExternalStorageDirectory
for ios i use the path: Environment.SpecialFolder.Personal
is this the correct path for that ?