Path Management
File paths play a central role in the behavior of the OpenMatrix language.
Functions are indeed searched for in paths defined (added) by the addpath() command.
More precisely, when a command is sent to the OML interpreter, it is
searched for in the following locations, and in this precise order:
- As a built-in.
- In the current path.
- In the paths defined using the addpath() command.