Scilab Function
Last update : 28/12/2008

getshortpathname - get short path name (Only for Windows)

Calling Sequence

shortpath=getshortgpathname(longpath)
[shortpath,bOK]=getshortpathname(longpath)

Parameters

Description

The getshortpathname primitive converts the specified path to its short form.

Examples

[shortpath,bOK]=getshortpathname(SCI) 
 

See Also

getlongpathname,  

Author

Allan CORNET