Scilab Function
Last update : February 2005

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