-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Hooovahh File IO >> Copy and Zip with Progress by Hooovahh - Toolkit for LabVIEW Download
API for copying or zipping files
Version | 2.0.1.9 |
Released | Jan 07, 2025 |
Publisher | Hooovahh |
License | BSD |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Dependencies | oglib_string oglib_error oglib_file oglib_lvzip hooovahh_array_vims hooovahh_file_io |
Project links | Homepage Discussion |
Description
This package contains a set of API that can copy or zip files and query the progress, and invoke a cancel.
Release Notes
2.0.1.9
- Added Compression input to the zip functions. The previous release had a bug where it was set to the least amount of compression
2.0.0.8
- Updated to use the newest OpenG Zip library. The update supports wide path functions, and as a result core function calls needed to be updated to use the new functions
- The 3 Zip polymorphics for Initialize handle more use cases, like providing empty paths for the destination, and having the VI pick a zip name automatically.
- Replace function will now return an error if the delete of the existing file fails, which is a more graceful way of handling it than before
- Files to Zip has two new inputs for Create Directories in Zip, and Shared Common Path. This allows for creating relative file paths within the zip. Leaving the folder path blank will find the common path automatically.
1.1.0.6
- Added optional Password input to the initialize zip functions.
- Updated to LabVIEW 2020
1.0.0.4
- Initial release with 3 zipping, and 4 copying methods
Recent Posts
Support Newer OpenG LabVIEW Zip Library
OpenG LabVIEW ZIP Library v5.0.0-1 by OpenG.org is incompatible with the current release. Functions… by Brian Hoover, 9 months, 2 weeks ago, 10 , 0 |
|
Password option for files copied to Zip
As the underlying Zip modules already have the option to add a password for the Zipped files, it wo… by Mohammed Ashiq S, 2 years, 3 months ago, 0 , 1 |