Open file in DOS share-compatibility mode.
Source position: filutilh.inc line 197
const fmShareCompat = $0000; |
fmOpenShareCompat is used in the FileOpen call OR-ed together with one of fmOpenReadWrite, fmOpenRead or fmOpenWrite,to open a file in a sharing modus that is equivalent to sharing implemented in MS-DOS.
|
Open an existing file and return a file handle. |