path()
p = path()
path(dirname)
path(path(), dirname)
path(dirname, path())
| Parameter | Description |
|---|---|
| dirname | a directory name or an suite of directory names using pathsep() |
| Parameter | Description |
|---|---|
| p | string: the specified paths |
path modifies or displays Nelsonโs load path.
path
p = path()
path(p, tempdir())
path
path(p)
| Version | Description |
|---|---|
| 1.0.0 | initial version |