Attributes support for ZipEntry, GZipEntry, RarEntry, TarEntry #270

Open
opened 2026-01-29 22:09:18 +00:00 by claunia · 1 comment
Owner

Originally created by @KvanTTT on GitHub (Jan 9, 2018).

Implemented only for SevenZipEntry

NotImplementedException
for other entries 😞

We need to persist symbolic links in archive.

Originally created by @KvanTTT on GitHub (Jan 9, 2018). Implemented only for `SevenZipEntry` [NotImplementedException](https://github.com/adamhathcock/sharpcompress/blob/0.19.2/src/SharpCompress/Common/Entry.cs#L78) for other entries 😞 We need to persist symbolic links in archive.
Author
Owner

@KvanTTT commented on GitHub (Aug 8, 2018):

Here is a sample with custom attributes (opened with 7z utility):

exptected

But now we have:

actual

@KvanTTT commented on GitHub (Aug 8, 2018): Here is a sample with custom attributes (opened with 7z utility): ![exptected](https://user-images.githubusercontent.com/1150330/43834113-a97108c4-9b15-11e8-8967-5c94b670350f.png) But now we have: ![actual](https://user-images.githubusercontent.com/1150330/43835722-9cbc6456-9b1b-11e8-8993-16b21243865a.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#270