09-07-2020 07:12 AM
After saving five images into my test directory I would like to make a vi that will create a ZIP and add the five image files to the ZIP. I have no problem creating a ZIP, but the add file to ZIP vi has an input "destination path in zip", and I'm struggling with this for some reason, and am struggling to find examples online. Why do I need to have a destination path in the ZIP, but if I try and put a name it doesn't create a folder just an unnamed file type in the ZIP.
Thanks in advance for any help.
09-08-2020 05:04 AM
Hi Jimbpbaggies.
The "destination path" points to how you'd like to add files/folders to the .zip file.
If you wish to have an example I can recommend the "create zip file.vi" built-in example within LabVIEW
Best of Luck
09-08-2020 05:12 AM - edited 09-08-2020 05:14 AM
Thanks for your response... it took a little while for me to work it out, but the "destination path" part that got me all confused... here is my working solution.