File path to Download folder
Posted: Thu Feb 14, 2019 5:46 am
Hi
The scenario that I'm trying to address is, on Android:
1) User A emails a data file to user B
2) Within their email programme, User B selects the option to "download" the data file
The data file is now sitting in a "Download" folder of user B's Android device.
I know that, in general, Android ring-fences the data specific to each app, but it seems to me that the Download folder must be an exception to this because lots of apps seem to be able to write to / read from the same Download folder.
I know that there can be more than one download folder (e.g. one on internal storage, one on external storage).
If I have a file XYZ in the download folder of an Android devices internal storage, what file path do I use to access it?
"file:" & specialFolderPath("Download") & slash & "XYZ" - would be nice, but specialFolderPath("Download") seems to only exist on my wish-list
Is the answer something to do with specialFolderPath("External Documents")?
Thanks in advance
Kim
The scenario that I'm trying to address is, on Android:
1) User A emails a data file to user B
2) Within their email programme, User B selects the option to "download" the data file
The data file is now sitting in a "Download" folder of user B's Android device.
I know that, in general, Android ring-fences the data specific to each app, but it seems to me that the Download folder must be an exception to this because lots of apps seem to be able to write to / read from the same Download folder.
I know that there can be more than one download folder (e.g. one on internal storage, one on external storage).
If I have a file XYZ in the download folder of an Android devices internal storage, what file path do I use to access it?
"file:" & specialFolderPath("Download") & slash & "XYZ" - would be nice, but specialFolderPath("Download") seems to only exist on my wish-list
Is the answer something to do with specialFolderPath("External Documents")?
Thanks in advance
Kim