<< getdrives Chemins - nom de fichiers getrelativefilename >>

Scilab Help >> Entrées/Sorties [fichiers] > Chemins - nom de fichiers > getlongpathname

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


Report an issue
<< getdrives Chemins - nom de fichiers getrelativefilename >>