|
Prev | Next | path |
| Syntax |
$path%directory%extension%$$ |
| See Also | contents , root section |
%directory%extension%
is a delimiter sequence
path commands.
$path/c:\src/.cpp/$$
$path/c:\omwin\function/.mat/$$
adds the directory c:\src
to the search path for input files that have the extension .cpp,
and the directory c:\omwin\function
to the search path for input files that have the extension .mat.
The directories are searched in the order that they are specified by
the path command.
Note that input files are specified by the
contents, childtable, and children
commands.
path command is special in that
it persists for other sections and hence it sets the environment
for the OMhelp.
Both the forward slash /
or the back slash \
can be used as a directory separator character.
For example, the path commands above are equivalent to
$path%c:/src%.cpp%$$
$path%c:/omwin/function%.mat%$$