[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Lock file so other processes can only read.
Source position: filutilh.inc line 62
const fmShareDenyWrite = $0020; |
fmOpenShareExclusive is used in the FileOpen call OR-ed together with one of fmOpenReadWrite, fmOpenRead or fmOpenWrite, to open a file exclusively.
|
Open an existing file and return a filehandle |
No notes exist for this page yet.