[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

fmShareDenyRead

Lock file so other processes cannot read.

Declaration

Source position: filutilh.inc line 63

const fmShareDenyRead = $0030;

Description

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.

See also

FileOpen

  

Open an existing file and return a filehandle