R RVP Active Member Licensed User Longtime User Oct 8, 2019 #1 Searched and I think the answer is no, but does anyone know of a file browser library before I go ahead and write one?
Searched and I think the answer is no, but does anyone know of a file browser library before I go ahead and write one?
Brandsum Well-Known Member Licensed User Oct 8, 2019 #2 This is not possible. You can only access files/folders inside your AppBundle. For security purposes an iOS app's interactions with the file system are limited to the directories inside the app's sandbox directory. https://developer.apple.com/library...w.html#//apple_ref/doc/uid/TP40010672-CH2-SW2 Upvote 0
This is not possible. You can only access files/folders inside your AppBundle. For security purposes an iOS app's interactions with the file system are limited to the directories inside the app's sandbox directory. https://developer.apple.com/library...w.html#//apple_ref/doc/uid/TP40010672-CH2-SW2
R RVP Active Member Licensed User Longtime User Oct 8, 2019 #3 Aware of that. I just want a way to allow the user to browse and work with files saved within the app Upvote 0
Aware of that. I just want a way to allow the user to browse and work with files saved within the app
Erel B4X founder Staff member Licensed User Longtime User Oct 10, 2019 #4 It should be simple to create a picker with B4XDialog and the list template. Upvote 0