In my mobile app, I would like to show a GUI where user can browse the folders on their device, select a folder and return folder path to my app. Is there built in support or a nice library, or do I need to implement such GUI myself?
I am using Xamarin Forms and already searched nuget.org but did not find anything that would do the job. If there are any iOS-specific or Android-specific solutions, that would be very helpful. I am perfectly happy to integrate Java or Swift library into the app to get a nice GUI.
Edit I understand that parts of the filesystem are restricted by the operating system, and I am fine with that. The question is about not having to write the GUI from scratch.