expression.DfltExistsAction As FileExistsOption
where expression is a variable that represents a FileTransfer Object
expression.DfltExistsAction As FileExistsOption
Values: | |
---|---|
Append | Adds the file being transferred to the existing destination file. |
AskUser | Prompts the user to choose from these property values. |
OpenError | Fails the transfer (and returns an error). |
Overwrite | Replaces the destination file. (The default.) |
This property only affects transfers done using the Transfer dialog box, since an "IfFileExists" option must be specified in transfer methods.