usermodulesdir
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns path where external modules are saved.
p = usermodulesdir()
p - a string: path where are external modules.
usermodulesdir is an helper's function to return path where users modules are saved.
This path can be overloaded by defining NELSON_EXTERNAL_MODULES_PATH environment variable on your system.
, .
1.0.0
initial version
Allan CORNET