Scilab Function
Last update : February 2005

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