| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Returns a 8.3 path name
Source position: finah.inc line 28
| function ExtractShortPathName( | 
| const FileName: UnicodeString | 
| ):UnicodeString; | 
| const FileName: RawByteString | 
ExtractShortPathName returns a 8.3 compliant filename that represents the same file as FileName. On platforms other than windows, this is FileName itself.
| 
 | Extract the path from a filename. | |
| 
 | Extract the filename part from a full path filename. |