brendan-duncan/archive

Do not store full path in tar

Closed this issue · 1 comments

When creating a tar with TarFileEncoder, it stores the full absolute path with the file(s) but the ZipFileEncoder doesn't do that. I am wondering why the behavior is different and if there is a way to enable that behavior on the TarFileEncoder.

I found the issue and opened a PR to fix it: #275