Is it possible to open a directory just for the purpose of viewing it's contents? #34
Answered
by
yasirkula
strangeways-dev
asked this question in
Q&A
|
Is it possible to open a directory just for the purpose of viewing it's contents? |
Answered by
yasirkula
Jan 18, 2023
Replies: 1 comment 2 replies
|
I see. This is unfortunately not possible with NativeFilePicker. On Android, this might prove useful: https://stackoverflow.com/questions/17165972/android-how-to-open-a-specific-folder-via-intent-and-show-its-content-in-a-file. On iOS, I unfortunately have no idea 🙃 |
2 replies
Answer selected by
strangeways-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see. This is unfortunately not possible with NativeFilePicker. On Android, this might prove useful: https://stackoverflow.com/questions/17165972/android-how-to-open-a-specific-folder-via-intent-and-show-its-content-in-a-file. On iOS, I unfortunately have no idea 🙃