Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Borland C++ 2.x ( with Turbo C ) - <b>setverify() set verify state</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 setverify()             Set Verify State

 #include   <dos.h>

 void       setverify(value);
 int        value;                       On/off flag

    setverify() sets the verify flag to on ('value' = 1) or off ('value'
    = 0).  The verify flag controls verification of output to the disk.
    If verify is off, writes to disk are not verified; if verify is on,
    all writes are verified to ensure that the data was transferred
    accurately.

       Returns:     Nothing

   Portability:     MS-DOS only.


See Also: getverify()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson