[Overview][Constants][Types][Classes][Procedures and functions][Index] |
FileIsReadable - checks whether supplied file name refers to a readable file
Source position: fileutil.pas line 56
function FileIsReadable( |
const AFilename: String |
):Boolean; |
AFilename |
|
Name of the file for checking |
Always true in Windows; in Unix systems, returns true if read permission exists for the file
FileIsReadable - checks whether supplied file name refers to a readable file
Always true on Windows systems.
On Unix systems, checks permissions of file
lazarus-ccr.sourceforge.net |