Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support: unzip file.zip #9

Closed
sebastianjnuwu opened this issue Jan 2, 2023 · 2 comments
Closed

Support: unzip file.zip #9

sebastianjnuwu opened this issue Jan 2, 2023 · 2 comments

Comments

@sebastianjnuwu
Copy link

With this package I can unzip a zip file containing a folder but I want only the contents of this folder to x directory is it possible?

@sebastianjnuwu sebastianjnuwu closed this as not planned Won't fix, can't repro, duplicate, stale Jan 4, 2023
@sebastianjnuwu
Copy link
Author

resolved

@fritx
Copy link
Owner

fritx commented Jan 13, 2023

@sebastianjnuwu yes, you can have multiple ways:

  1. passing some 7zip arguments: https://stackoverflow.com/questions/31460643/how-do-i-unzip-all-files-in-a-folder-using-7-zip-in-batch
  2. extracting and manually moving files with node.js fs module

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

No branches or pull requests

2 participants