qml_offlinestoragepath
Get the Property contains the directory to store offline user data.
📝Syntax
p = qml_offlinestoragepath()
📥Input Arguments
Parameter Description
path_data a string
📤Output Arguments
Parameter Description
p a string: path.
📄Description

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

💡Examples
qml_offlinestoragepath()
qml_setofflinestoragepath(tmpdir())
qml_offlinestoragepath()
🔗See Also
qml_setofflinestoragepath
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub