rmpath(dirname)
previouspaths = rmpath(dirname)
| Parameter | Description |
|---|---|
| dirname | name of directory to remove |
| Parameter | Description |
|---|---|
| previouspaths | 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 |