<< nmm_build_loader | Modules manager | removemodule >> |
removegateway(dyn_lib_path) |
a string: path of a dynamic library prepared for Nelson.
removegateway(dyn_lib_path) removes dynamically builtin at runtime.
The dynamic library loaded must have at least an C entry point RemoveGateway.
If gateway was not loaded, no error or warning will be raised. If file does not exist an error is raised.
removes time builtin
calendar
removegateway(modulepath('time', 'builtin'))
calendar
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET