| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Indicates if the specified file name is readable
Source position: lazfileutils.pas line 53
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.
| lazarus-ccr.sourceforge.net |