rmpath

Supprime un répertoire du chemin de recherche.

📝 Syntaxe

  • rmpath(dirname)

  • previouspaths = rmpath(dirname)

📥 Argument d'entrée

  • dirname - nom du répertoire à supprimer

📤 Argument de sortie

  • previouspaths - une chaîne : chemin avant la suppression des chemins spécifiés

📄 Description

rmpath supprime un répertoire du chemin de recherche.

💡 Exemple

path
addpath(tempdir())
path
rmpath(tempdir())
path

🔗 Voir aussi

path, addpath.

🕔 Historique

Version
📄 Description

1.0.0

version initiale

Last updated

Was this helpful?