Raynes / fs

File system utilities for Clojure.
453 stars 119 forks source link

Files to be zipped passed as list of file paths #90

Closed tommireinikainen closed 8 years ago

tommireinikainen commented 9 years ago

I had a use case where there's a list of local file paths that I need to zip. I added zip-files and make-zip-stream-from-files methods to do just that. They take a list of file paths, use the base name of each file as file name in zip and binary-slurp the data in, then pass all that to the original zip-stream method.

Raynes commented 8 years ago

Hey, sorry for the long wait. If you could resolve these merge conflicts I'll happily merge and release.

tommireinikainen commented 8 years ago

Np! Conflict resolved so go ahead and merge whenever you feel like it. FYI @jokimaki