'DeclarationPublic Enum DestinationFileExistsOption Inherits System.Enum
'UsageDim instance As DestinationFileExistsOption
public enum DestinationFileExistsOption : System.Enum
'DeclarationPublic Enum DestinationFileExistsOption Inherits System.Enum
'UsageDim instance As DestinationFileExistsOption
public enum DestinationFileExistsOption : System.Enum
| Member | Description |
|---|---|
| Append | The contents of the source file are appended at the end of the destination file. |
| AskUser | A dialog box prompts the user to specify what should be done. |
| Cancel | The transfer fails. |
| Delete | For transfers to a host, deletes both the contents of the host (destination) file and its attributes. For transfers from the host, replaces the local file. |
| Overwrite | This value is relevant only for WRQ/Reflection transfers. Its effect is host specific. |
| Purge | This option is available when you're using the WRQ/Reflection protocol, and when you're connected to a VMS host or an HP 3000 host. |
| Rename | Renames the file being transferred if a file of the same name already exists. |
| Resume | If the destination file exists, Reflection assumes it's the result of an aborted download and resumes the file transfer from the point of interruption. |
| Skip | Reflection does not transfer the file or return an error. |
| Update | Transfers the file only if the source file is newer than the destination file. |
| UseRemote | Uses the IfFileExists option specified by the remote system. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.DestinationFileExistsOption