<< module.json | Modules manager | nmm >> |
p = modulepath(module_short_name) |
p = modulepath(module_short_name, option) |
a string: short module's name. module must exist in nelson session.
a string: 'etc', 'bin', 'root', 'builtin', 'tests'.
a string: path or subpath of the module.
modulepath is an helper's function to return module root path or a subdirectory.
modulepath('nelson') is equivalent to modulepath('nelson', 'root')
modulepath('nelson', 'bin') return path of nelson's executables.
modulepath('nelson', 'builtin') returns path of nelson's dynamic libraries.
modulepath('core')
modulepath('core', 'root')
modulepath('core', 'etc')
modulepath('core', 'bin')
modulepath('core', 'builtin')
modulepath('core', 'tests')
modulepath('nelson', 'root')
modulepath('nelson', 'bin')
modulepath('nelson', 'builtin')
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET