Functions manager | builtin >> |
addpath(dirname) |
addpath(dirname, ..., dirname) |
addpath(dirname, ..., dirname, '-begin') |
addpath(dirname, ..., dirname, '-end') |
addpath(dirname, ..., dirname, '-frozen') |
previous = addpath(dirname) |
previous = addpath(dirname, ..., dirname) |
previous = addpath(dirname, ..., dirname, '-begin') |
previous = addpath(dirname, ..., dirname, '-end') |
a string: a directory
append dirname at the end or begin of the list.
disables folder change detection for the folders being added or modified.
returns previous path before adding
addpath add directories to search path.
It is also possible to add lists of directory names separated by pathsep.
Non-existent path will not be added and a warning will be issued.
files watchers is disabled for internal modules.
path()
addpath(tempdir())
path
rmpath(tempdir())
path
path, rmpath, restoredefaultpath.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET