I am having some issues viewing the contents of a folder on Android. I have the correct folder path and it sets it to the defaultpath correctly. However, I can't display the files with the following code:
Code: Select all
on mouseDown
set the defaultFolder to "/storage/emulated/0/Uploads"
put the files into temp
answer temp
end mouseDown
Many Thanks,
Googie.
Edit: I am 100% sure that I have got the folder path correct.