Click or drag to resize

ZipAccess methods

The ZipAccess 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.
Protected Methoddispose You can tidy up here.
Public MethodDispose Public method for cleaning up.
Protected MethodFinalise Finaliser: is called by the GarbageCollector.
(Overwrites ObjectFinalise)
Public MethodGetZipEntryList Returns the table of contents of the zip archive as a string list.
Public MethodIsZip Checks whether a file is a zip archive.
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