| [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.  |