Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Add support for extracting single files #23

Open
nlsdg opened this issue Nov 11, 2016 · 1 comment
Open

Add support for extracting single files #23

nlsdg opened this issue Nov 11, 2016 · 1 comment

Comments

@nlsdg
Copy link

nlsdg commented Nov 11, 2016

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

@ArieHein
Copy link

ArieHein commented Nov 11, 2016

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 ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants