StandardPaths QML Type
Exposes the locations of system-standard user directories More...
Import Statement: | import Sailfish.Silica 1.0 |
Properties
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 property holds the directory where cached data should be written to.
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 holds the directory for the user's documents.
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.
This holds the user home directory.
This holds the directory for the user's music.
This value may be empty.
This holds the directory for the user's pictures.
This value may be empty.
This hold a writable temporary location.
This holds the directory for the user's videos.