[Question]Android scan folder for files #4813
Unanswered
SebastianSosa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi,
Given a folder path from a file picker, I would like to get all folders and files within this folder. I managed to do it on Windows, but not on Android (only folders are detected).
I tried os.scandir(), os.listdir() from os, and pathlib in the get_files_in_folder function. Could I please have some help? Please find below the app I am trying to run.
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions