Re: getting zero k file when using put url binfile in standalone app

2012-02-05 Thread Mike Bonner
Another option you might consider.. You could just store the stack in a property and grab it from there. On Sun, Feb 5, 2012 at 9:46 AM, Colin Holgate wrote: > Thanks. Maybe engine should be changed to include standalones? It would > give an easy way to get at included files. For now I changed t

Re: getting zero k file when using put url binfile in standalone app

2012-02-05 Thread Colin Holgate
Thanks. Maybe engine should be changed to include standalones? It would give an easy way to get at included files. For now I changed things to construct the filepath to the stack to copy: on openstack set the defaultFolder to specialFolderPath("Documents") if there is not a file "AppStack.

Re: getting zero k file when using put url binfile in standalone app

2012-02-05 Thread Mike Bonner
specialfolderpath("engine") is ios and android only. You'll need to check the running environment and then if its ios use engine if not use another method. If I recall correctly, "the filename of this stack" gives you the stack location, set the itemdelimiter to slash, lop off the last item and go