qml_importpathlist
Returns the list of directories where the engine searches for installed modules in a URL-based directory structure.
📝Syntax
p = qml_importpathlist()
📤Output Arguments
Parameter Description
p a cell of strings: paths.
📄Description

Returns the list of directories where the engine searches for installed modules in a URL-based directory structure.

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