path
Modify or display Nelsonโ€™s load path.
๐Ÿ“Syntax
path()
p = path()
path(dirname)
path(path(), dirname)
path(dirname, path())
๐Ÿ“ฅInput Arguments
Parameter Description
dirname a directory name or an suite of directory names using pathsep()
๐Ÿ“คOutput Arguments
Parameter Description
p string: the specified paths
๐Ÿ“„Description

path modifies or displays Nelsonโ€™s load path.

๐Ÿ’กExamples
path
p = path()
path(p, tempdir())
path
path(p)
๐Ÿ”—See Also
rmpathaddpathrehash
๐Ÿ•”Version History
Version Description
1.0.0 initial version
Edit this page on GitHub