For me, using App Inventor, Filey doesn’t want to recognise /storage/emulated/0 as a file path, have to convert this to /mnt/sdcard. Other than that all works well
It worked on Memu with that path.Probably it varies with devices.
You can use GetExternalStoragePath block of EFile extension to get correct path of external storage.
Actually, this path/storage/emulated/0should work on all Android versions. I’ve tested this on dozen of devices and all versions of Android. Of course I don’t know the source code of this extension, but I can’t imagine that @vknow360 should have changed anything here compared to his other extensions.
Was on my Genymotion Emulator Android 9, running companion. Juan’s extension uses " / " and works fine. Tried that and file:///storage/emulated/0/file but neither worked…
One more reason the path /storage/emulated/0/ should work.
I don’t trust Genymotion and other emulators. I always test on real devices and don’t know of any device or Android version on which this path does not work. And I’m still waiting for someone to find such a device. (I’m pretty sure there isn’t one.)
I used your fileTools extension to deliver the file path…getting Directories, then Files
Tested through companion on my Android 7 (real device) and /storage/emulated/0 and /mnt/sdcard both work. I don’t have a newer “real” device to test on.