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
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
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
> --
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