win32api.GetShortPathName
string = GetShortPathName() Obtains the short path form of the specified path.
Comments
The short path name is an 8.3 compatible file name. As the input path does
not need to be absolute, the returned name may be longer than the input path.
Win32 API ReferencesGetShortPathName
|