Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7112] MobileWeb: Ti.Filesystem.File implementation

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2012-03-05T15:16:47.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sSprint 2012-05, Release 2.0.0
ComponentsMobileWeb
Labelsstage2
ReporterChris Barber
AssigneeChris Barber
Created2012-01-11T14:21:16.000+0000
Updated2017-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.

Comments

  1. Lee Morris 2017-03-03

    Closing ticket as MobileWeb is no longer supported.

JSON Source