[Overview][Constants][Types][Procedures and functions][Variables] |
Set verify flag
Source position: dosh.inc line 133
procedure SetVerify( |
verify: Boolean |
); |
SetVerifysets the status of the verify flag under dos. When Verifyis True, then dos checks data which are written to disk, by reading them after writing. If Verifyis False, then data written to disk are not verified.
Remark: | Under non-dos operating systems (excluding os/2 applications running under vanilla dos), Verify is always True. |
None.
|
Set verify flag |