coderaiser / node-onezip

Pack and extract zip archives with emitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to provide DIR/File permissions while extracting the package

ishanuda opened this issue · comments

Hi,
Could anyone please explain the way to use the dir/ file permissions while extracting the zip package just like in the following library:

https://github.com/maxogden/extract-zip

Thank you very much.

What kind of mode are you talking about? extract-zip uses mode passed by options. Why do you need this?

Hi,
I experienced some libraries that did not extract the files and directories in the macOS file system because of the file permission error. It could not create the required folders.
So I selected the extract-zip and using the option with 775 I could extract the package without any errors.

The problem is, that it has no extract progress and I see this library has the progress that can use to create a progress bar.
So I wanted to try this library and before using it I just wanted to know that this library will work with macOS file systems with file permission.

Thank you very much.

It works on Mac OS

Thank you very much,
I will try and come with the feedback.
If every thing goes normal I will close the issue.