Code1:
Code: Select all
set the defaultfolder to specialFolderPath("engine")
put specialFolderPath("engine") into tMyPath
if there is not a file (tMyPath & slash & "TEST Data/1.jpg") then
answer "the file does not exist"
end if
Code: Select all
set the defaultfolder to specialFolderPath("engine")
put specialFolderPath("engine") into tMyPath
if there is not a file ( "TEST Data/1.jpg") then
answer "the file does not exist"
end if
Experts, please help... thanks...
Any one can provide the sample stack and mechanism of installling the data folders having images and text files to Andriod in such a manner so that that the code can modify the text files at run time ? (perhaps a mechanism so that the data folder or app is on SD CARD or inside the "documents""folder..