Scilab Function
Last update : 14/2/2006

getlongpathname - get long path name (Only for Windows)

Calling Sequence

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

Parameters

Description

The getlongpathname primitive converts the specified path to its long form. It no long path is found, this primitive returns the specified name.

Examples

[longpath,bOK]=getlongpathname(SCI) 
 

See Also

getshortpathname ,  

Author

Allan CORNET