XADMaster icon indicating copy to clipboard operation
XADMaster copied to clipboard

extractEntryWithDictionary works incorrect for a tar.gz file

Open ci-macpaw opened this issue 8 years ago • 1 comments

I use the API "extractEntryWithDictionary" of XADUnarchiver to extract one item, for other formats it works well, but for tart.gz file, it works error. For example, there is one txt file with contents "hello", after i extract it by this API the contents will be "a.txt

ci-macpaw avatar Jun 28 '16 06:06 ci-macpaw

Dag Ågren (DagAgren):

Are you sure the file is not actually a symlink? This is a case you need to handle specifically if you use XADUnarchiver.

ci-macpaw avatar Jun 28 '16 18:06 ci-macpaw