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

VersionDescription
1.0.0initial version

Author

Allan CORNET