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
i have some troubles decrompressing a zip file that contains folders. It seems only to be a problem if the file was created using 7zip (on Windows). If I create the archive with the build in windows tool everything works fine.
My archive looks something like that:
archive
- somefolder
- - someotherfile
- somefile
Results in:
outputfolder
- somefolder ---> **this is a empty file now**
- somefile
I guess its a problem with decrompess and not with 7zip (other decrompessing tools are working fine with my example archive).
Can confirm - nested folder structure seems to break Node. I fear, like many (un)zip packages on npm - this one only supports unzipping all files inside a .zip.
Hello,
i have some troubles decrompressing a zip file that contains folders. It seems only to be a problem if the file was created using 7zip (on Windows). If I create the archive with the build in windows tool everything works fine.
My archive looks something like that:
Results in:
I guess its a problem with decrompess and not with 7zip (other decrompessing tools are working fine with my example archive).
Example: archive_from_7zip.zip
PS: For me it is currently not a problem, I just wanted to inform you about this behaviour.
Thanks & BG Manuel
The text was updated successfully, but these errors were encountered: