[TIMOB-6492] MobileWeb: Add property to get full path to a DB file
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2012-04-25T16:39:26.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | parity |
Reporter | Stephen Tramer |
Assignee | Chris Barber |
Created | 2011-12-06T15:06:18.000+0000 |
Updated | 2014-06-19T12:43:51.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}
Mobile web is unable to implement Ti.Database and will never be implemented.