MSCompression |
The MSCompressionWorker Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| MSCompressionWorker | initializes a new instance of the MSCompressionWorker class |
| 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 a string list. | |
| IsZip | Checks whether a file is a zip archive. | |
| 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. |
| Name | Description of the | |
|---|---|---|
| ZipProgressChanged | Event that occurs when the progress of ZipAccess changes. | |
| ZipProgressFinished | Event that occurs when ZipAccess is terminated. |