Xceed .NET Libraries Documentation
CloseZipFile() Method


Xceed.Zip Assembly > Xceed.Zip.ReaderWriter Namespace > ZipWriter Class > CloseZipFile Method : CloseZipFile() Method
Closes the Zip file by writing the data descriptor for the last item and then writing the central header, the end header locator (optionally, for Zip64), and the end header.
Syntax
'Declaration
 
Public Overloads Sub CloseZipFile() 
'Usage
 
Dim instance As ZipWriter
 
instance.CloseZipFile()
public void CloseZipFile()
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

ZipWriter Class
ZipWriter Members
Overload List