Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getshortpathname
retourne le chemin au format court (Seulement pour Windows)
Séquence d'appel
shortpath=getshortgpathname(longpath) [shortpath,bOK]=getshortpathname(longpath)
Paramètres
- longpath
Une chaine de caractere ou une matrice de chaines de caracteres contenant le chemin au format long.
- shortpath
Une chaine de caractere ou une matrice de chaines de caracteres contenant le chemin au format court
- bOK
contient %T si le chemin a ete converti ou %F si ce n'est pas le cas.
Description
La primitive getshortpathname convertie un chemin au format long en un chemin au format court.
Exemples
[shortpath,bOK]=getshortpathname(SCI) [shortpaths,bOKs]=getshortpathname([SCI,SCI])
Voir aussi
- getlongpathname — retourne le chemin au format nom long (Seulement pour Windows)
Report an issue | ||
<< getlongpathname | Chemins - nom de fichiers | basename >> |