''''''''''''''''''''''''''''
' Ver global constant file. This file can be loaded
' into a code module.
'
' These constants define the flags returned from 
' actions in the Status property.
'
''''''''''''''''''''''''''''

Global Const VFF_CURNEDEST              &H0001
Global Const VFF_FILEINUSE              &H0002

Global Const VIF_TEMPFILE               &H00000001
Global Const VIF_MISMATCH               &H00000002
Global Const VIF_SRCOLD                 &H00000004
Global Const VIF_DIFFLANG               &H00000008
Global Const VIF_DIFFCODEPG             &H00000010
Global Const VIF_DIFFTYPE               &H00000020
Global Const VIF_WRITEPROT              &H00000040
Global Const VIF_FILEINUSE              &H00000080
Global Const VIF_OUTOFSPACE             &H00000100
Global Const VIF_ACCESSVIOLATION        &H00000200
Global Const VIF_SHARINGVIOLATION       &H00000400
Global Const VIF_CANNOTCREATE           &H00000800
Global Const VIF_CANNOTDELETE           &H00001000
Global Const VIF_CANNOTRENAME           &H00002000
Global Const VIF_CANNOTDELETECUR        &H00004000
Global Const VIF_OUTOFMEMORY            &H00008000
Global Const VIF_CANNOTREADSRC          &H00010000
Global Const VIF_CANNOTREADDST          &H00020000


