Titanium.Filesystem

Properties

MODE_APPEND
Flag for opening in append mode.
MODE_READ
Flag for opening in read mode.
MODE_WRITE
Flag for opening in write mode.

Methods

createTempDirectory ( )
Creates a temporary directory
createTempFile ( )
Creates a temporary file
getApplicationDataDirectory ( )
Returns a file object pointing to the application's on device data directory.
getApplicationDirectory ( )
Returns file object pointing to the applications installation directory
getApplicationMassDataDirectory ( )
Returns a file object pointing to the application's off device data directory.
getFile ( arguments )
Returns a file path, optionally joining multiple arguments together in an OS specific way
getFileStream ( arguments )
Returns a file stream, optionally joining multiple arguments together in an OS specific way
getLineEnding ( )
Returns the line ending for this system.
getResourcesDirectory ( )
Returns a file object pointing to the application's Resources.
getSeparator ( )
Returns the PATH separator for this system.
isExternalStoragePresent ( )
Check to see if external media storage exists

Objects

File
Filesystem.File Object
Filestream
Filesystem.Filestream Object
Last Modified on July 7, 2009, 05:07 AM by Jeff Haynie Edit | History