[Overview][Constants][Types][Classes][Procedures and functions][Index] |
GetFileDescription - finds the Unix-type file description for the given file
Source position: fileutil.pas line 63
function GetFileDescription( |
const AFilename: String |
):String; |
AFilename |
|
The name of the file whose description is sought |
Returns empty string (Windows) or Unix-type file description string in other systems
GetFileDescription - finds the Unix-type file description for the given file
No action in Windows systems (returns empty string)
lazarus-ccr.sourceforge.net |