Fonction Scilab
Last update : 08/06/2005

getlongpathname - retourne le chemin au format nom long (Seulement pour Windows)

Calling Sequence

longpath=getlongpathname(shortpath)
[longpath,bOK]=getlongpathname(shortpath)

Parameters

Description

La primitive getlongpathname convertie le chemin au format court en un nom de chemin au format long.

Examples

[longpath,bOK]=getlongpathname(SCI) 
 

See Also

getshortpathname ,  

Author

Allan CORNET