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

FileIsReadable

FileIsReadable - checks whether supplied file name refers to a readable file

Declaration

Source position: fileutil.pas line 56

function FileIsReadable(

  const AFilename: String

):Boolean;

Arguments

AFilename

  

Name of the file for checking

Function result

Always true in Windows; in Unix systems, returns true if read permission exists for the file

Description

FileIsReadable - checks whether supplied file name refers to a readable file

Always true on Windows systems.

On Unix systems, checks permissions of file

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