Scilab 5.3.3
      
      - Aide Scilab
 - Entrées/Sorties [fichiers]
 - chdir
 - fullfile
 - getlongpathname
 - getshortpathname
 - mkdir
 - pwd
 - rmdir
 - basename
 - copyfile
 - createdir
 - deletefile
 - dir
 - dirname
 - dispfiles
 - fileext
 - fileinfo
 - fileparts
 - filesep
 - findfiles
 - fprintf
 - fprintfMat
 - fscanf
 - fscanfMat
 - fullpath
 - get_absolute_file_path
 - getdrives
 - getrelativefilename
 - %io
 - isdir
 - isfile
 - listfiles
 - listvarinfile
 - ls
 - maxfiles
 - mclearerr
 - mclose
 - mdelete
 - meof
 - merror
 - mfprintf
 - mscanf
 - mget
 - mgetl
 - mgetstr
 - mopen
 - movefile
 - mput
 - mputl
 - mputstr
 - mseek
 - mtell
 - newest
 - pathconvert
 - pathsep
 - removedir
 - save_format
 - scanf
 - scanf_conversion
 - sscanf
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
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)
 
Auteurs
Allan CORNET
| << fullfile | Entrées/Sorties [fichiers] | getshortpathname >> |