<< restoredefaultpath | Functions manager | userpath >> |
rmpath(dirname) |
previouspaths = rmpath(dirname) |
name of directory to remove
a string: path prior to removing the specified paths
rmpath removes directory from search path.
path
addpath(tempdir())
path
rmpath(tempdir())
path
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET