Use the Zip VIs to create new zip files, to add files to zip files, and to close zip files. Example
The VIs on this palette can return general LabVIEW error codes.
| Palette Object | Description |
|---|---|
| Add File to Zip | Adds the file source file path specifies to a zip file. The destination path in zip control specifies the zipped path information. |
| Close Zip File | Closes the zip file zip file in specifies. |
| New Zip File | Creates a new empty zip file in the path that target specifies. The new file overwrites an existing file or produces a confirmation dialog based on the value of the confirm overwrite? control. |
Refer to the Zip Tool VI in the labview\examples\file\Zip Tool.llb for an example of using the Zip VIs.