[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

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