[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Lock file for exclusive use
Source position: filutilh.inc line 154
const fmShareExclusive = $0010; |
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 file handle |