PowerShell / Microsoft.PowerShell.Archive

Archive PowerShell module contains cmdlets for working with ZIP archives
https://technet.microsoft.com/en-us/library/dn818910.aspx
MIT License
94 stars 37 forks source link

Expand-Archive does not preserve execute attribute of archived files on Linux #97

Open niklasb-ms opened 4 years ago

niklasb-ms commented 4 years ago

The Linux unzip utility does preserve the execute attribute. This is useful when extracting archives that contain tools, such as the Android NDK.

ayousuf23 commented 2 years ago

This is not possible for zip due to .NET API limitations.