qml_offlinestoragepath

Get the Property contains the directory to store offline user data.

Syntax

  • p = qml_offlinestoragepath()

Input argument

  • path_data - a string

Output argument

  • p - a string: path.

Description

Get the Property contains the directory to store offline user data.

See also

qml_setofflinestoragepath.

Example

qml_offlinestoragepath()
qml_setofflinestoragepath(tmpdir())
qml_offlinestoragepath()

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated