[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'Dos' (#rtl) |
Get verify flag
Source position: dosh.inc line 132
procedure GetVerify( |
var verify: Boolean |
); |
GetVerify returns 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 systems (excluding os/2 applications running under vanilla DOS), Verify is always True. |
None.
|
Set verify flag |
No notes exist for this page yet.