Re: Android Filing System using LC9

2017-10-30 Thread J. Landman Gay via use-livecode
On 10/30/17 4:26 AM, Peter Reid via use-livecode wrote: 2. The internal storage area pointed to by specialFolderPath("documents") is Read-Write (RW) and can be used as such. However, the path returned by "documents" is INCORRECT: /data/data/com.reidit.aphtrain/files The correct path s

Re: Android Filing System using LC9

2017-10-30 Thread Dave Kilroy via use-livecode
Hi Peter I’ve just done a new test build for my Galaxy S7Android (running Android 7) using LC 9.0.0 (dp10) and I’m able to transfer files from ‘engine’ to ‘documents’ and to write to ‘documents’. I’ve never had to manually add “Android” and have found specialFolderPath() to be solid for my on

Android Filing System using LC9

2017-10-30 Thread Peter Reid via use-livecode
I've investigated further the way the Android filing system seems to be available to LC 9.0.0-dp10. As I reported previously, I have found several anomalies. Here's what I've found, (with my app being identified as "com.reidit.aphtrain" in the examples): 1. The inte

Re: Android Filing System?

2017-10-27 Thread J. Landman Gay via use-livecode
On 10/27/17 6:17 AM, Peter Reid via use-livecode wrote: The following folderIdentifier values are supported: • "documents": The folder where application-specific data can be placed (typically valuable) • "cache": The folder where transient application-specific data can be place

Re: Android Filing System?

2017-10-27 Thread Mike Bonner via use-livecode
5:17 AM, Peter Reid via use-livecode < use-livecode@lists.runrev.com> wrote: > Please can someone explain the Android filing system as seen by LC 9. I'm > developing an app that loads some files & folders with the app initially, > but then changes some or all of this data.

Android Filing System?

2017-10-27 Thread Peter Reid via use-livecode
Please can someone explain the Android filing system as seen by LC 9. I'm developing an app that loads some files & folders with the app initially, but then changes some or all of this data. In addition, the app will read and write files & folders to the SD card plugged int