[AC-5297] SD-Card Interface
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | n/a |
| Status | Resolved |
| Resolution | Needs more info |
| Resolution Date | 2017-11-30T21:46:58.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | n/a |
| Reporter | David Illichmann |
| Assignee | Shak Hossain |
| Created | 2017-10-20T13:18:29.000+0000 |
| Updated | 2017-11-30T21:46:58.000+0000 |
Description
I think it is very complicated to write files and databases to an SD-Card. I think it would be very helpful if there was an interface provided by Appcelerator.
Some functions:
* Find the path to external SD Card
* isExternalStorageRemovable()
* .....
Hello, Can you share some native docs on this feature? See http://docs.appcelerator.com/platform/latest/#!/api/Titanium.Filesystem-property-externalStorageDirectory for SD card directory. Thanks.