<< addgateway | Modules manager | gatewayinfo >> |
addmodule(module_path, module_short_name) |
a string: root path of a module. path must exist.
a string: short module's name. This name must not be already used.
addmodule registers a new module designed by his path and short name.
See module skeleton for example
ismodule('module_skeleton')
addmodule([nelsonroot(), '/module_skeleton'], 'module_skeleton')
ismodule('module_skeleton')
removemodule('module_skeleton')
ismodule, removemodule, getmodules.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET