fmShareDenyNone
Do not lock file.
Declaration
Source position: filutilh.inc line 161
const
fmShareDenyNone = $0040
Description
fmShareDenyNone is used in the FileOpen call OR-ed together with one of fmOpenReadWrite , fmOpenRead or fmOpenWrite , to open a file so other processes can read/write the file as well.
See also
| Name | Description |
|---|---|
| FileOpen | Open an existing file and return a file handle |