Is there an easy way to copy a whole folder (plus sub-folders and files) 
recursively from

specialFolderPath("resources") # or "engine" same thing… (right?)

to

specialFolderPath("documents") # writeable

on mobile?

We are getting some pecular behavior on Android where  setting the browser 
widget to some local html content in the

specialFolderPath("resources")/www/index.html

works on iOS, but on Android we are getting a file not find error if you get a 
console running.  But the same content does  appear to be found on Android, if 
you use this

specialFolderPath("documents")/www/index.html

But I want to test with a complete html5 app package (js, json, css, etc the 
works)… and for this I need to copy an entire folder from the package to the 
resources when the user opens the app.

BR

I'm
_______________________________________________
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