[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SSETVERIFY()
 Sets and checks the DOS VERIFY switch
------------------------------------------------------------------------------
 Syntax

     SSETVERIFY([<lNewSwitch>]) --> lOldSwitch

 Argument

     <lNewSwitch>  Designates the new setting for the DOS VERIFY switch.

 Returns

     SSETVERIFY() returns the current VERIFY setting when no parameter is
     specified; otherwise, it returns the previous setting.

 Description

     Normally, DOS does not check to see if copied data arrives at the target
     error free.  The DOS VERIFY switch determines whether to check written
     data.  Of course, verification takes time.  To be safe, make critical
     copies with the switch set to on (.T.).

 Note

     .  You can also use VERIFY= <ON|OFF> to set VERIFY in DOS.

 Example

     Activate VERIFY and save old status:

     lOld_Verify:= SSETVERIFY(.T.)


See Also: ENVPARAM()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson