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
The text was updated successfully, but these errors were encountered:
acabarbaye
changed the title
[zipFS readdir \: The system cannot find the file specified.[zipFS] readdir \: The system cannot find the file specified.
Jul 28, 2023
on windows, filepath will separate with '', but packages such as zip (and embed, and others) will only ever use posix-style "/" even on windows, so path should be used.
i think changing filepath -> path here is all that's needed, since the underlying zipfs implementation will never change.
I have run the following test on Windows with attached valid zip file testunzip.zip and I am getting the following errors
readdir \: The system cannot find the file specified.
when calling
Readdirnames
orReaddir
The text was updated successfully, but these errors were encountered: