BenSelect Documentation
IZipArchive Interface
Members  See Also  Send Feedback
Selerix.Foundation Namespace : IZipArchive Interface
Represents a package of compressed files in the zip archive format.

Syntax

JScript 
public interface IZipArchive 

Public Properties

 NameDescription
 PropertyEntriesGets the collection of entries that are currently in the zip archive.  
Top

Public Methods

 NameDescription
 MethodAppendAllFileSystemEntriesAppend all file system entries form the specified directory.  
 MethodAppendFileSystemEntriesAppend all file system entries form the specified related directory of file path.  
 MethodCreateEntryOverloaded. Creates an empty entry that has the specified path and entry name in the zip archive.  
 MethodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodGetEntryRetrieves a wrapper for the specified entry in the zip archive.  
 MethodSetLevelSets the Compression Level for all zip archive entries.  
Top

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.