[Overview][Constants][Types][Procedures and functions][Variables] |
Get the long filename of a DOS 8.3 filename.
Source position: dosh.inc line 120
function GetLongName( |
var p: String |
):Boolean; |
This function is only implemented in the GO32V2 and Win32 versions of Free Pascal.
GetLongNamechanges the filename pto a long filename if the API call to do this is successful. The resulting string is the long file name corresponding to the short filename p.
The function returns Trueif the API call was successful, Falseotherwise.
This function should only be necessary when using the DOS extender under Windows 95 and higher.
If the API call was not succesfull, Falseis returned.
|
Get the short (8.3) filename of a long filename. |