
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