Re: delete Url on mobile

2013-07-30 Thread Thomas McGrath III
How can one know something one day and then not know it the next. It is a conundrum. Thanks G & J T -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Jul 30, 2013, at 12:16 AM, "J. Landman Gay" wrote: > On 7/29/13 9:19 PM, Thomas McGrath III wrote: >> Can you delete a file o

Re: delete Url on mobile

2013-07-29 Thread J. Landman Gay
On 7/29/13 9:19 PM, Thomas McGrath III wrote: Can you delete a file on mobile if it is in the engine folder? delete URL ("file:" & specialFolderPath("engine") & "/" & tName) I doubt it. I believe the commandment is: thou shalt not write, nor edit, nor delete, nor add to the sacred document

Re: delete Url on mobile

2013-07-29 Thread Gerry Orkin
On iOS at least you can't change the binary at run time in any way. Apple won't allow it. g On 30/07/2013, at 12:19 PM, Thomas McGrath III wrote: > Can you delete a file on mobile if it is in the engine folder? > delete URL ("file:" & specialFolderPath("engine") & "/" & tName) > > Tom > --

Re: delete Url on mobile

2013-07-29 Thread Thomas McGrath III
Neither one of these works in the simulator? delete URL ("file:" & specialFolderPath("engine") & "/" & tName) delete file (specialFolderPath("engine") & "/" & tName) -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Jul 29, 2013, at 10:19 PM, Thomas McGrath III wrote: > Can y