weltkante / managed-lzma

C# implementation of LZMA and 7zip
MIT License
140 stars 22 forks source link

Extract posix file attributes from 7z archives #18

Open weltkante opened 8 years ago

weltkante commented 8 years ago

In issue #17 it was noted that there exists an unofficial extension of the 7z archive format which stores posix file attributes in metadata bits which are usually unused. Support for this was added by setting a flag of whether this extension should be enabled when parsing 7z metadata.

Feature request: there should be a way to extract posix file attributes when they are available.