News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

PrjZipWSDir Add-In

Started by TimoVJL, August 02, 2017, 03:56:02 PM

Previous topic - Next topic

TimoVJL

PrjZipWSDir Add-In insert to zip workspace folder name and source files only.
Zip filename is workspace name with time stamp.
Useful for backup project.

This version uses zip features from Pelle's support[64].dll ;)

EDIT: fixed using string list for small projects, in PrjZipWSDir_WS_2.zip.
Example file: PrjZipWSDir_WS-201708041217.zip
May the source be with you

Robert

Hi Timovjl:

Thank you for the addin.

There is a problem with the PrjZipWSDir_WS-201708021653.zip file. It contains two copies of support_zip.h.

Robert Wishlaw

TimoVJL

#2
PrjZipWSDirMz
This version uses modified miniz_zip
It create time-stamped backup from sources only.
May the source be with you