fullpath
Renvoie le chemin absolu canonique.
📝 Syntaxe
R = fullpath(path)
📥 Argument d'entrée
path - a string ou un tableau de chaînes : chemin(s) à normaliser.
📤 Argument de sortie
R - a string ou un tableau de chaînes : chemins canoniques.
📄 Description
fullpath(path) renvoie le chemin absolu à partir d'un chemin relatif.
💡 Exemple
fullpath([nelsonroot(), '/../toto'])🔗 Voir aussi
🕔 Historique
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?