[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Check whether a file is read-only.
Source position: filutilh.inc line 97
function FileIsReadOnly( |
const FileName: String |
):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 file exists in the filesystem. |
No notes exist for this page yet.