Xceed Real-Time Zip for .NET Documentation
ValidateDoCopyToContext Method


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFile Class : ValidateDoCopyToContext Method
Syntax
'Declaration
 
Protected Overridable Sub ValidateDoCopyToContext( _

   ByVal destinationFile As Xceed.FileSystem.AbstractFile, _

   ByVal replaceExistingFiles As Boolean, _

   ByVal allowAppend As Boolean, _

   ByRef exists As Boolean, _

   ByRef destinationExists As Boolean _

) 
'Usage
 
Dim instance As ZippedFile

Dim destinationFile As Xceed.FileSystem.AbstractFile

Dim replaceExistingFiles As Boolean

Dim allowAppend As Boolean

Dim exists As Boolean

Dim destinationExists As Boolean

 

instance.ValidateDoCopyToContext(destinationFile, replaceExistingFiles, allowAppend, exists, destinationExists)
protected virtual void ValidateDoCopyToContext( 

   Xceed.FileSystem.AbstractFile destinationFile,

   bool replaceExistingFiles,

   bool allowAppend,

   out bool exists,

   out bool destinationExists

)

Parameters

destinationFile
replaceExistingFiles
allowAppend
exists
destinationExists
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

ZippedFile Class
ZippedFile Members