rmpath(dirname)
previouspaths = rmpath(dirname)
| Paramètre | Description |
|---|---|
| dirname | nom du répertoire à supprimer |
| Paramètre | Description |
|---|---|
| previouspaths | une chaîne : chemin avant la suppression des chemins spécifiés |
rmpath supprime un répertoire du chemin de recherche.
path
addpath(tempdir())
path
rmpath(tempdir())
path
| Version | Description |
|---|---|
| 1.0.0 | version initiale |