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