Android Question Problems with the file system

so27

Active Member
Licensed User
Longtime User
Hello everyone,

I can easily open the download folder of a device with the code:
B4X:
File.Combine(File.DirRootExternal, "Download")

However, over time I have noticed that e.g. on Samsung devices with Android 10 the correct folder is not displayed here.

Is there a general solution how I can access the download folder on every device?
 
Top