[TIMOB-6491] Android: Add property to get full path to a DB file
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | In Progress |
| Resolution | Unresolved |
| Affected Version/s | Release 1.8.0.1 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | parity |
| Reporter | Stephen Tramer |
| Assignee | Unknown |
| Created | 2011-12-06T15:04:31.000+0000 |
| Updated | 2018-03-06T18:57:59.000+0000 |
Description
We need to add a property like the following (maybe with a better name) to
Ti.Database.DB:
{quote}
fullPath: A read-only property that returns the Ti.Filesystem.File object representing the database itself. This object should be used for setting file properties only.
{quote}
This ticket is for Android parity. The appropriate final property name should be retrieved from the docs.