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
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Expand-File extracts all the files in an archive.
Sometime you just want one or a few files. Please add a parameter to select which files to extract. Preferably something that accepts wildcards.
Something like -Files *.txt
The text was updated successfully, but these errors were encountered:
Going over the code, it shouldn't be hard to implement.
Just note that a zip file may not necessarily be flat, it may contain a very complex folder structure, which in term means the time to extract just the specific file/s or extensions will increase. The wilder the wildcards are, the longer, as they say ;)
Expand-File extracts all the files in an archive.
Sometime you just want one or a few files. Please add a parameter to select which files to extract. Preferably something that accepts wildcards.
Something like -Files *.txt
The text was updated successfully, but these errors were encountered: