[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FileUtil' (#lcl)

GetFileDescription

GetFileDescription - finds the Unix-type file description for the given file

Declaration

Source position: fileutil.pas line 63

function GetFileDescription(

  const AFilename: String

):String;

Arguments

AFilename

  

The name of the file whose description is sought

Function result

Returns empty string (Windows) or Unix-type file description string in other systems

Description

GetFileDescription - finds the Unix-type file description for the given file

No action in Windows systems (returns empty string)

The latest version of this document can be found at lazarus-ccr.sourceforge.net.