brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
399 stars 139 forks source link

OS Error: The process cannot access the file because it is being used by another process. , errno = 32 #246

Open MobiliteDev opened 1 year ago

MobiliteDev commented 1 year ago

Hi,

When I try to unzip a ZIP file through the extractFileToDisk() method, the source ZIP file is not unlocked and if I try to delete it, I have this error: OS Error: The process cannot access the file because it is being used by another process. , errno = 32

I tried it on WINDOWS OS.

YancyHsu commented 1 year ago

the same problem

TheSielo commented 1 year ago

Hi, I have the same problem. Extracting a ZIP file on Windows.