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.

💡 Example

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

🔗 See also

qml_setofflinestoragepath.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?