Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / DfltExistsAction Property


DfltExistsAction Property
Returns or specifies during an IND$FILE transfer what happens when the destination file already exists.
Syntax
'Declaration
 
Property DfltExistsAction As FileExistsOption
 
'Usage
 
Dim instance As IFileTransfer
Dim value As FileExistsOption
 
instance.DfltExistsAction = value
 
value = instance.DfltExistsAction

Property Value

The default value (Overwrite) specifies to replace the destination file.
Exceptions
ExceptionDescription
This exception is thrown when you modify a Reflection property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
Remarks

This property only affects transfers done using the Transfer dialog box, since an "IfFileExists" option must be specified in transfer methods.

See Also