Provides access to methods and properties to create and manage 7-zip archives.
Members
| Name | Description | |
|---|---|---|
![]()  | 
AddFile | Compresses a file and adds it to the archive. | 
![]()  | 
AddFileEx | Compresses a file and adds it to the archive preserving the sub-folder off the root folder. | 
![]()  | 
AddFolder | Compress a folder and add it to the archive. | 
![]()  | 
CloseArchive | Closes the archive. | 
![]()  | 
CreateArchive | Creates a new archive. | 
![]()  | 
Extract | Extracts all items in the archive to the output directory. | 
![]()  | 
ExtractFile | Extracts a file from the archive to the output directory. | 
![]()  | 
GetFileNames | Obtains the list of files in the archive. | 
![]()  | 
OpenArchive | Opens an existing archive. | 
IZipArchiveEx.AddFileEx Method
Compresses a file and adds it to the archive preserving the sub-folder off the root folder.
Public Sub AddFileEx ( _
    ByVal inputFile As String, _
    ByVal rootFolder As String _
)
public void AddFileEx (
    string inputFile,
    string rootFolder
);
IZipArchiveEx.AddFolder Method
Compress a folder and add it to the archive.
Public Sub AddFolder ( _
    ByVal inputFolder As String, _
    ByVal recursive As Boolean _
)
public void AddFolder (
    string inputFolder,
    bool recursive
);
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IZipArchive | Provides access to methods and properties to create and manage zip archives. | 
Classes that implement IZipArchiveEx
| Classes | Description | 
|---|
