On 8/7/18 3:25 PM, Dan Friedman via use-livecode wrote:
put specialFolderPath("documents") & "myTemp.pdf"

This returns on desktop: /Users/<name>/DocumentsmyTemp.pdf

So I think you're writing to the wrong folder. Apparently iOS allows that, Android doesn't. Add a slash:

put specialFolderPath("documents") & "/myTemp.pdf"

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to