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
While it would not solve the issue of longer loops (linking a few levels up the path) detecting such self-links might be something cheap enough to make it a feature. I'll think about a solution.
Describe the bug
I want to get a floder size, like du -s
but
in a floder, there is a error symlink file like a loop
then use
fs::recursive_directory_iterator
will reportTo Reproduce
Detailed steps to reproduce the behavior.
Expected behavior
I think we can check it is a bad file ?
The text was updated successfully, but these errors were encountered: