genotrance / nimarchive

libarchive wrapper for Nim
MIT License
18 stars 3 forks source link

Fix #13 #14

Closed rominf closed 10 months ago

genotrance commented 3 years ago

Still wondering about the best way to do this. I see the pros of your method. Copying files over will skip the need to maintain the original permissions but copying will be super slow.

How do things like 7-zip and others handle this? I know they also extract to a temp folder first.