[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Indicates if the specified file name is readable.
Source position: lazfileutils.pas line 54
function FileIsReadable( |
const AFilename: string |
):Boolean; |
AFilename |
|
File name to examine. |
True when the specified file name is readable.
FileIsReadable is a Boolean function which indicates if the specified file name is readable. For UNIX-like environments, FpAccess is used to get the return value. On Windows, the return value is the result from FileExistsUTF8. In short, the function is not really useful on the Windows platform where a suitable file attribute does not exist for the purpose.
|
Indicates if the specified UTF-8-encoded file name exists. |
|
Version 4.0 | Generated 2025-05-03 | Home |