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
{{ message }}
This repository was archived by the owner on Jun 25, 2022. It is now read-only.
When opening a directory from a
packr.BoxusingOpenthe resulting file object returns wrong information about this directory:IsDir()returnsfalseReadDir(-1)does not returnos.FileInfoabout files in this directory.Assuming a folder structure like this:
The following small program illustrates this behavior:
The program prints out:
But of course the second line is expected to be identical to the first one.