◄Summary► ◄Details► ◄Example► ◄Back► Argument state Boolean representation of the current DOS verification state Description The GetVerify procedure gets the current state of the internal verify flag in DOS. The verify flag controls verification of data written to disks. If verification is True, DOS verifies output to disk. If verification is False, DOS does not verify output to disk. The default setting for the verify flag is False. The SetVerify procedure sets or clears the internal verify flag. The verify flag remains in the current state until changed by SetVerify or the DOS command VERIFY. It does not change when the program execution ends.