You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging #138 I noticed that when extracting archives only the mode for files is set. As a result if given directory in the archive has mode set it is ignored.
The text was updated successfully, but these errors were encountered:
Do we have any option/workarounds to exclude a directory while unpack ?
I do not follow how this is related to the issue, but if I understood your question correctly you are looking for UnArchiver#setFileSelectors. It would allow you to select which directories/files are to be extracted. PlexusIO provides an implementation, IncludeExcludeFileSelector.
While debugging #138 I noticed that when extracting archives only the mode for files is set. As a result if given directory in the archive has mode set it is ignored.
The text was updated successfully, but these errors were encountered: