max-mapper / extract-zip

Zip extraction written in pure JavaScript. Extracts a zip into a directory.
BSD 2-Clause "Simplified" License
388 stars 126 forks source link

ENOENT, open extracted directory #23

Open tulsirampalavalasa opened 8 years ago

tulsirampalavalasa commented 8 years ago

Hi,

I am getting the Error: ENOENT, open '/media/peoplelink/New Volume/XXXX/XXXX/xxx.zip

Please help me out

max-mapper commented 8 years ago

Hi, that error means either the path to the zip file is incorrect, or the zip file is corrupted

On Wed, Mar 16, 2016 at 3:08 AM, tulsirampalavalasa < notifications@github.com> wrote:

Hi,

I am getting the Error: ENOENT, open '/media/peoplelink/New Volume/XXXX/XXXX/xxx.zip

Please help me out

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/maxogden/extract-zip/issues/23

tulsirampalavalasa commented 8 years ago

hey thanks for your help .Now i can able to extract it but i am unable to extract all the content in a single folder named with zip file .Can you help me if you have solution

Thanks in advance