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

EPERM: operation not permitted, mkdir 'C:\' #112

Open superigno opened 3 years ago

superigno commented 3 years ago

When I extract to a folder in C: (ie: C:\temp) it works but why does it throw this error when I extract directly to C:? And why is it trying to create a directory?