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