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:
  1. As a built-in.
  2. In the current path.
  3. In the paths defined using the addpath() command.