Seven |
The SevenZipWorker Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| Abortion | Must be called in the external EventHandler, if the current process is to be cancelled. | |
| GetZipEntryList | Returns the table of contents of the zip archive as List<ZippedFileInfo>. | |
| IsZip(String) | Checks whether a file is a zip archive. | |
| IsZip(String, String) | Checks whether a file is a zip archive. | |
| SevenUnzipAllArchives | Unpacks all ZIP archives from the zipsFolder directory into a given directory into subdirectories with the names of the respective archives. | |
| SevenZipDirectoryAtOnce | Packs everything from the inputFolderPath directory into the archive zipPathAndFile incl. subdirectory structures. | |
| UnzipAllArchives | Unpacks all ZIP archives from the zipsFolder directory into a New subdirectory with the name of the archive in the outputFolder. | |
| UnZipArchive | Unpacks everything from the archive including subdirectory structures. | |
| UnZipArchiveFiles | Unpacks everything from the archive including subdirectory structures into a given folder. | |
| ZipDirectory | Packs everything from the inputFolderPath directory into the archive zipPathAndFile incl. subdirectory structures. | |
| ZipFiles | Packs the files from "filePathes" into an archive "zipPathAndFile". Optionally, a password can be entered. |