<div>Is it important to create .zip files, as opposed to, for example, .tar.gz files?</div><div><br></div><div>You could try Archive with Salza2. Archive can create tar files, and Salza2 can gzip them for you. Both are available via quicklisp:</div>
<div><br></div><div>(ql:quickload :archive)</div><div>(ql:quickload :salza2)</div><br><div class="gmail_quote">On Thu, Sep 1, 2011 at 6:08 PM, Michael Minerva <span dir="ltr"><<a href="mailto:minerva@agentsheets.com">minerva@agentsheets.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I am looking for a good .zip library that can zip up directories.  I tried zip <a href="http://common-lisp.net/project/zip/" target="_blank">http://common-lisp.net/project/zip/</a> which is mentioned the CCL documentation, but as is listed in the following thread from their mailing-list, when you try and zip a directory using this library in CCL, it just creates an empty zipped directory:<br>

<br>
<a href="http://lists.common-lisp.net/pipermail/zip-devel/2011-June/000055.html" target="_blank">http://lists.common-lisp.net/pipermail/zip-devel/2011-June/000055.html</a><br>
<br>
I also tried gzip-stream:<br>
<br>
<a href="http://common-lisp.net/project/gzip-stream/" target="_blank">http://common-lisp.net/project/gzip-stream/</a><br>
<br>
This library works great for zipping files but seems to have no support for zipping directories.  Has anyone found any .zip libraries that work with CCL and are capable of zipping directories?<br>
<br>
Thanks you much,<br>
<br>
--Mike<br>
_______________________________________________<br>
Openmcl-devel mailing list<br>
<a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>
<a href="http://clozure.com/mailman/listinfo/openmcl-devel" target="_blank">http://clozure.com/mailman/listinfo/openmcl-devel</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Elliott Slaughter<br><br>"Don't worry about what anybody else is going to do. The best way to predict the future is to invent it." - Alan Kay<br>