Indicates if the specified file name is writable.
Source position: lazfileutils.pas line 55
function FileIsWritable( |
const AFilename: string |
):Boolean; |
AFilename |
|
File name to examine. |
True when the specified file name is writable.
FileIsWritable is a Boolean function which indicates if the specified file name is writable. For UNIX-like environments, FpAccess is used to get the return value. For Windows, FileGetAttrUTF8 is used to determine if faReadOnly is omitted from the attributes for the file.
| Version 4.4 | Generated 2025-11-08 | Home |