<< qml_evaluatestring QML engine qml_loadfile >>

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 argument


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.

See also


qml_addimportpathlist.

Example


qml_importpathlist()

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< qml_evaluatestring QML engine qml_loadfile >>