Titanium.Filesystem
Properties
- MODE_APPEND
- File append constant
- MODE_READ
- File read constant
- MODE_WRITE
- File write constant
Methods
- asyncCopy ( paths, destination, callback )
- Executes an async copy operation
- createTempDirectory ( )
- Creates a temporary directory
- createTempFile ( )
- Creates a temporary file
- getApplicationDataDirectory ( )
- Returns the data directory of the application
- getApplicationDirectory ( )
- Returns the directory where the application resides
- getDesktopDirectory ( )
- Returns the system desktop directory
- getDocumentsDirectory ( )
- Returns the system documents directory
- getFile ( pathname, ... )
- Returns a file path, optionally joining multiple arguments together in an OS specific way
- getFileStream ( )
- Returns a Filestream object
- getLineEnding ( )
- Returns the line ending used by the operating system
- getProgramsDirectory ( )
- Returns the programs directory of the current system
- getResourcesDirectory ( )
- Returns the resources directory of the application
- getRootDirectories ( )
- Returns the system root directory
- getRuntimeHomeDirectory ( )
- Returns the directory of where the Titanium runtime files are stored
- getSeparator ( )
- Returns the path separator used by the operating system
- getUserDirectory ( )
- Returns the home directory of the current user
Objects
- AsyncCopy
- Filesystem.AsyncCopy Object
- File
- Filesystem.File Object
- Filestream
- Filesystem.Filestream Object
Titanium Desktop Center