[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Open file in DOS share-compatibility mode
Source position: filutilh.inc line 153
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 |