[TIMOB-7112] MobileWeb: Ti.Filesystem.File implementation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-05T15:16:47.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-05, Release 2.0.0 |
Components | MobileWeb |
Labels | stage2 |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-11T14:21:16.000+0000 |
Updated | 2017-03-03T23:25:54.000+0000 |
Description
This class has been stubbed out, but is missing all functionality.
Extends Evented.
Methods:
* createDirectory()
* createFile()
* createTimestamp()
* deleteDirectory()
* deleteFile()
* executable() - always returns false
* exists()
* extension()
* getDirectoryListing()
* getNativePath() - defined with the constant
* getParent()
* hidden()
* modificationTimestamp()
* move()
* name()
* read()
* readonly()
* rename()
* setExecutable() - unsupported, update in API docs
* setHidden()
* setReadonly()
* spaceAvailable()
* symbolicLink()
* write()
* writeable()
Constants:
* nativePath
Files and directories are not actually written to disk. Will need to write filesystem emulation layer on top of local storage.
Be sure to also test setting the "data" property of a WebView.
Closing ticket as MobileWeb is no longer supported.