- 4.24.2.22. -
Table of Contents
4. Standard Units
4.24. DOS - MSDOS support unit
4.24.2. DOS Unit Procedures and Functions
4.24.2.22. GetVerify
4.24.2.22. GetVerify
Targets: MS-DOS, OS/2, Win32
Dos Unit, WinDos Unit
Returns the state of the verify flag in DOS.
Declaration:
procedure GetVerify(var State: Boolean);
Remarks:
State is True if the DOS verify flag is enabled, otherwise false.
With the DOS verify flag enabled, all output to disk is verified to ensure
data integrity. Otherwise, all output is not verified. To set the status
of the DOS verify flag, use SetVerify.
Win32 target:
GetVerify not changes the State variable, since this service
is not provided by Windows API.
- 4.24.2.22. -