qml_setofflinestoragepath
Set the Property contains the directory to store offline user data.
📝Syntax
qml_setofflinestoragepath(path_data)
📥Input Arguments
Parameter Description
path_data a string
📄Description

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

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