usermodulesdir

Returns path where external modules are saved.

📝 Syntax

  • p = usermodulesdir()

📤 Output argument

  • p - a string: path where are external modules.

📄 Description

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.

💡 Example

usermodulesdir()

🔗 See also

toolboxdir, getmodules.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?