[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check whether a file is read-only.
Source position: filutilh.inc line 143
function FileIsReadOnly( |
const FileName: UnicodeString |
):Boolean; |
const FileName: RawByteString |
):Boolean; |
FileIsReadOnly checks whether FileName exists in the filesystem and is a read-only file. If this is the case, the function returns True, otherwise False is returned.
|
Check whether a particular file exists in the filesystem. |