<< macroargs Functions manager private functions >>

path


Modify or display Nelson’s load path.


Syntax


path()
p = path()
path(dirname)
path(path(), dirname)
path(dirname, path())

Input argument


dirname

a directory name or an suite of directory names using pathsep()

Output argument


p

string: the specified paths

Description


path modifies or displays Nelson’s load path.

Example


path
p = path()
path(p, tempdir())
path
path(p)

See also


rmpath, addpath, rehash.

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< macroargs Functions manager private functions >>