Access operating system level settings and operations.
Static variables
staticread onlyapplicationDirectory:String
The path to the directory where the application is installed, along with its supporting files. In many cases, this directory is read-only, and attempts to write to files, create new files, or delete files in this directory are likely fail.
staticread onlyapplicationStorageDirectory:String
The application's dedicated storage directory, which unique to each application and user. Useful for storing settings on a user-specific and application-specific basis.
This directory may or may not be removed when the application is uninstalled, and it depends on the platform and installer technology that is used.