qml_pluginpathlist
Returns the list of directories where the engine searches for native plugins for imported modules.
📝Syntax
p = qml_pluginpathlist()
📤Output Arguments
Parameter Description
p a string: path.
📄Description

Returns the list of directories where the engine searches for native plugins for imported modules.

💡Examples
qml_pluginpathlist()
🔗See Also
qml_addpluginpath
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub