API Documentation
Documentation for developing SailfishOS applicationsStandardPaths QML Type
Exposes the locations of system-standard user directories More...
Import Statement: | import Sailfish.Silica 1.0 |
Properties
- cache : string
- data : string
- documents : string
- download : string
- genericData : string
- home : string
- music : string
- pictures : string
- temporary : string
- videos : string
Detailed Description
The StandardPaths
object provides properties that reference the standard locations for user-specific directories on the system.
This is a singleton object; the StandardPaths
type cannot be instantiated.
Property Documentation
This holds the directory where persistent application data can be stored. The organizationName and applicationName of the QCoreApplication are appended to the location of the genericData.
See also genericData.
This property holds the directory where downloaded files should be written to. Download location is empty when the location cannot be determined.
This holds the directory for storing persistent data that is shared across applications.
See also data.