getlongpathname
retourne le chemin au format nom long (Seulement pour Windows)
Séquence d'appel
longpath=getlongpathname(shortpath) [longpath,bOK]=getlongpathname(shortpath)
Paramètres
- shortpath
Une chaine de caracteres ou une matrice de chaines de caracteres contenant le chemin au format court
- longpath
Une chaine de caracteres ou une matrice de chaines de caracteres contenant le chemin au format long.
- bOK
retourne %T si le chemin a ete converti ou %F dans le cas contraire.
Description
La primitive getlongpathname convertie le chemin au format court en un nom de chemin au format long.
Exemples
[longpath,bOK]=getlongpathname(SCI) [longpaths,bOKs]=getlongpathname([SCI;SCI])
Voir aussi
- getshortpathname — retourne le chemin au format court (Seulement pour Windows)
Report an issue | ||
<< getdrives | Chemins - nom de fichiers | getrelativefilename >> |