Frends.Zip.ExtractArchive / 1.4.0
Summary
Unpacks a ZIP archive into a directory, deciding what happens to files already there, and can delete the archive afterwards.
Typical use — unpacking inbound bundles; extract to a directory the Process controls, since archive entries decide their own paths
Source properties.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| SourceFile | String |
– | c:\example\file.zip |
Full path to the source file. |
| PasswordSecret | String |
– | foobar123 |
Password for the ZIP file. |
| DestinationDirectory | String |
– | C:\example |
Destination directory. |