[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Lock file for exclusive use
Source position: filutilh.inc line 61
const fmShareExclusive = $0010; |
fmOpenShareExclusiveis used in the FileOpencall OR-ed together with one of fmOpenReadWrite, fmOpenReador fmOpenWrite, to open a file exclusively.
|
Open an existing file and return a filehandle |