Open silasb opened 4 years ago
The behavior is correct. The docs could be improved, probably with a better example. contents_first
just changes when the entry for the directory itself is returned. It doesn't cause traversal to visit the deepest nodes first.
Thanks, that makes sense. I ended up solving my problem a different way. Do you want me to close this ticket?
I have a folder structure like
Doing
results in
I'd expect to see
per what the documentation is suggesting.