qp.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
GetVerify Procedure
  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.