Click or drag to resize

ICSharpWorker methods

The ICSharpWorker Type exposes the following members.

Methods
 NameDescription of the
Public MethodAbortion Must be called in the external EventHandler, if the current process is to be cancelled.
Public MethodGetZipEntryList Returns the table of contents of the zip archive as a string list.
Public MethodIcsUnzipFirstDumpToFile(String) Calls UnzipFirstDumpToFile(zipPathAndFile, "", 0, null).
Public MethodIcsUnzipFirstDumpToFile(String, String, Int32) Unpacks the first file from the archive (no subfolders) and returns information about it. If maxBytes > is 0, only maxBytes are unpacked to determine the information. The main purpose of this routine is to get you started quickly. from packed dumps in order to obtain information, without having to unpack the entire dump (usually > 3GB).
Public MethodIsZip Checks whether a file is a zip archive with at least one entry.
Public MethodUnzipAllArchives Unpacks all ZIP archives from the zipsFolder directory into a New subdirectory with the name of the archive in the outputFolder.
Public MethodUnZipArchive Unpacks everything from the archive including subdirectory structures.
Public MethodUnZipArchiveFiles Unpacks everything from the archive including subdirectory structures.
Public MethodZipDirectory Packs everything from the inputFolderPath directory into the archive zipPathAndFile incl. subdirectory structures.
Public MethodZipFiles Packs the files from "filePathes" into an archive "zipPathAndFile". Optionally, a password can be entered.
Back to the top
See also