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
If you use tree.walk(), during the entry events, you will end up with test.txt and foo/bar.txt, but for the end event, you will get [foo/bar.txt, foo/bar.txt].
The end handler gives you files in the last tree it recursed through, with a duplicate entry for everything in it.