Android Question FileDialog open with Download-Folder

so27

Active Member
Licensed User
Longtime User
Hello everybody,

I am trying to open a FileDialog in the download folder. However, I don't really succeed yet. So far I have opened the path as follows:

B4X:
MyFolder = rp.GetSafeDirDefaultExternal("")
fd.FilePath = MyFolder

How can I set the FilePath directly to the general download folder?
 
Top