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:
How can I set the FilePath directly to the general download folder?
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?