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

fmShareDenyWrite

Lock file so other processes can only read.

Declaration

Source position: filutilh.inc line 62

const fmShareDenyWrite = $0020;

Description

fmOpenShareExclusive is used in the FileOpen call OR-ed together with one of fmOpenReadWrite, fmOpenRead or fmOpenWrite, to open a file exclusively.

See also

FileOpen

  

Open an existing file and return a filehandle