Returns the short form of a namestring.
win32
short-namestring pathname => result
|   pathname⇩  |    
A pathname designator.  | 
|   result⇩  |    
A string or  nil. | 
The function short-namestring first obtains the full namestring of pathname as if by cl:namestring, and then converts this namestring to the short form (in the Microsoft Windows meaning of "Short" paths).
If the translation succeeds then result is a string in the short form.
The translation may fail, in which case nil is returned.
LispWorks® User Guide and Reference Manual - 18 Feb 2025 15:32:52