Navigation

Operators and Keywords

Function List:

C++ API

Built-in Function: rmpath (dir1, …)

Remove dir1, … from the current function search path.

In addition to accepting individual directory arguments, lists of directory names separated by pathsep are also accepted. For example:

rmpath ("dir1:/dir2:~/dir3")

See also: path, addpath, genpath, pathdef, savepath, pathsep.

Package: octave