mrkkrp / zip

Efficient library for manipulating zip archives
Other
81 stars 27 forks source link

add functions to set and get external file attributes #52

Closed vu3rdd closed 6 years ago

vu3rdd commented 6 years ago

Close #51.

We provide a way to set and get the external file attributes.

Though, many zip applications/libraries use external attributes to store the file permissions, the interpretation of these attributes are not defined by the specification itself, so as a library, we get out of the way and let the users of the library set it as per the expectations of the users of the zip file and get it while unpacking the archive and use it as the application intended.

mrkkrp commented 6 years ago

Thanks a lot for this contribution! I published zip-1.2.0 with the change on Hackage today.

vu3rdd commented 6 years ago

Thanks so much!