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

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads