thrau / jarchivelib

A simple archiving and compression library for Java
https://github.com/thrau/jarchivelib
Apache License 2.0
198 stars 36 forks source link

Include top-level folder names in the archive for multi-file archives #46

Closed gbrova closed 8 years ago

gbrova commented 8 years ago

If multiple folders are added to the archive, ensure that the top-level folder name is also part of the archive (and that the first level is not flattened).

See issue 45 for details.

thrau commented 8 years ago

thank you, it looks good. i will merge it later today or tomorrow.