Simple Zip / Unzip extension

Here is a simple extension that allows you to zip all accessible files in a folder and to unzip a ZIP file to any allowed directory (ASD, Shared Folder, PrivateDir ).

The first version is here: How do you move a directory? (How to unzip files into a specific directory) - #4 by Anke

3 Likes

Version 3:

I added new methods (ListUnzippedFiles, which returns the absolute paths, and ListUnzippedFileNames, which returns only the filenames) and the filePath parameter to the .Unzipped event.

1 Like