Xceed .NET Libraries Documentation
ExistingFileBehavior Property


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > XceedSfxPrefix Class : ExistingFileBehavior Property
Gets or sets a value representing the overwrite behavior exhibited by self-extracting zip files whenever files are being extracted that already exist in the destination folder.
Syntax
'Declaration
 
Public Property ExistingFileBehavior As ExistingFileBehavior
'Usage
 
Dim instance As XceedSfxPrefix
Dim value As ExistingFileBehavior
 
instance.ExistingFileBehavior = value
 
value = instance.ExistingFileBehavior
public ExistingFileBehavior ExistingFileBehavior {get; set;}

Property Value

An ExistingFileBehavior value representing the overwrite behavior exhibited by self-extracting zip files.
Remarks

This property is the equivalent of the SfxExistingFileBehavior property of the ActiveX version of Xceed Zip.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XceedSfxPrefix Class
XceedSfxPrefix Members