addmodule(module_path, module_short_name)
| Parameter | Description |
|---|---|
| module_path | a string: root path of a module. path must exist. |
| module_short_name | 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.
ismodule('module_skeleton')
addmodule([nelsonroot(), '/module_skeleton'], 'module_skeleton')
ismodule('module_skeleton')
removemodule('module_skeleton')
| Version | Description |
|---|---|
| 1.0.0 | initial version |