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