File directory strings
Moderator: Martin
File directory strings
Can i read the file names un a directory through flow? I mean like . Can i have a query passed through the flow to provide exact files titles and paths of any given directory and/or sub directory and have it shown in a string via dialog or something similar?
Re: File directory strings
Use action execute command, use this command
This will list all the files and folders including subfolders in full list path format per line
If you need only the files, ignoring the folders, use
Code: Select all
find /sdcard/download
If you need only the files, ignoring the folders, use
Code: Select all
find /sdcard/download -type f
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.