Accessing files included in standalone settings
Posted: Thu Oct 11, 2012 12:48 am
OK...I'm being dumb again.
I want to include a file in my app app_test.txt standalone.
When I try to access it on an android:
put url ("file:" & specialFolderPath("engine") & slash & "app_test.txt") into tFileContents
answer tFileContents
It gives me "no files"
So...where is it storing app_test.txt?
Thank you

I want to include a file in my app app_test.txt standalone.
When I try to access it on an android:
put url ("file:" & specialFolderPath("engine") & slash & "app_test.txt") into tFileContents
answer tFileContents
It gives me "no files"
So...where is it storing app_test.txt?
Thank you