Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15037] Blackberry: Filesystem implement missing API

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-09-16T23:43:56.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsBlackBerry
Labelsn/a
ReporterPedro Enrique
AssigneePedro Enrique
Created2013-09-04T15:06:52.000+0000
Updated2017-03-13T20:39:18.000+0000

Description

Ti.Filesystem is missing some important functionality:
Ti.Filesystem:
Props 	-	MODE_APPEND
			MODE_READ
			MODE_WRITE
			rowsAffected
			applicationSupportDirectory
			externalStorageDirectory
			lineEnding
			resRawDirectory
			separator

Methods	-	createTempDirectory
			createTempFile
			isExternalStoragePresent
			openStream
Ti.Filesystem.File
Props	-	executable
			hidden
			name
			nativePath
			parent
			readonly
			size
			remoteBackup
			symbolicLink
			writable
			writeable

Methods	-	copy
			createTimestamp
			getParent
			modificationTimestamp
			move
			open
			resolve
			spaceAvailable

Note

Some of these will not be part of BB as they are not natively supported. I will update this ticket as I go along exposing this API

Comments

  1. Pedro Enrique 2013-09-05

    PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/169
  2. Neeraj Gupta 2013-09-09

    We should not mark a ticket resolved until the PR has been reviewed and merged.
  3. Lee Morris 2017-03-13

    Closing ticket as fixed.

JSON Source