SpecialFolderPath on android
Posted: Fri Jul 28, 2017 8:34 am
Now I've got stuck!
I can not save a text file on my Android phone, I use:
set the defaultFolder to specialFolderPath ("documents")
put theList into URL ("file:kkguid3.txt")
But nothing happens, I can not see any file created on my phone, so I'm trying to load the file with:
set the defaultFolder to specialFolderPath ("documents")
put URL ("file:file:kkguid3.txt") into x
answer x
Then I get "false" in return
I have also tried to build a stand alone with LC 9 to use the remote debugger but that build crashes immediately at start up.
Is there anyone else who has had this problem with LC9 and Android?
What am I doing wrong?
///Peter
I can not save a text file on my Android phone, I use:
set the defaultFolder to specialFolderPath ("documents")
put theList into URL ("file:kkguid3.txt")
But nothing happens, I can not see any file created on my phone, so I'm trying to load the file with:
set the defaultFolder to specialFolderPath ("documents")
put URL ("file:file:kkguid3.txt") into x
answer x
Then I get "false" in return
I have also tried to build a stand alone with LC 9 to use the remote debugger but that build crashes immediately at start up.
Is there anyone else who has had this problem with LC9 and Android?
What am I doing wrong?
///Peter