[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Lock file so other processes can only read.
Source position: filutilh.inc line 155
const fmShareDenyWrite = $0020; |
fmOpenShareDenyWrite is used in the FileOpen call OR-ed together with one of fmOpenReadWrite, fmOpenRead or fmOpenWrite, to open a file so other processes cannot write to it, they can only read.
|
Open an existing file and return a file handle |