Studyxnet / FilePicker-Plugin-for-Xamarin-and-Windows

FilePicker Plugin for Xamarin and Windows
MIT License
74 stars 52 forks source link

Access to Context.GetExternalFilesDir() folder #90

Open gpsaliola opened 2 years ago

gpsaliola commented 2 years ago

Hello, it's possible to browse file in external folder (the same returner by Context.GetExternalFilesDir() function)? The phisical path should be ...\Android\data\xxx.xxxxx.xxxxx\files\ I've not found a solution that permits to the app to read/write in a folder accessible from a Windows PC connected by USB. Thank you.