p = toolboxdir(module_short_name)
| Parameter | Description |
|---|---|
| module_short_name | a string: short module's name. |
| Parameter | Description |
|---|---|
| p | a string: path of the module. |
toolboxdir is an helper's function to return module root path.
toolboxdir('core')
| Version | Description |
|---|---|
| 1.0.0 | initial version |