Procedure SetVerify (verify: boolean) ;
SetVerify sets the status of the verify flag under DOS. When Verify is True, then DOS checks data which are written to disk, by reading them after writing. If Verify is False, then data written to disk are not verified.
Under LINUX, Verify is always True.