Is it possible to access external storage in platform-independent code in Xamarin.Forms?
问题 I'm mainly developing for Android, so I know one can access the external storage of an Android device in Xamarin.Forms using Android.Content.Context.GetExternalFilesDir . I know its possible to access the internal storage platform-independently using Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) , but is it also possible to do the same for external storage? I know the use case might be prettty limited, as iOS doesn't allow any non-jailbreaked access to the file