<< gatewayinfo | Modules manager | ismodule >> |
modules_name = getmodules() |
[modules_name, modules_root_path, modules_version, modules_protected] = getmodules() |
a cell of strings: modules names.
a cell of strings: path of modules.
a cell of vector: [major, minor, patch].
a vector of logical: true if module can be removed or not.
getmodules returns list of modules loaded in Nelson.
all core's modules are protected and cannot removed during an nelson's session.
[modules_name, modules_root_path, modules_version, modules_protected] = getmodules()
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET