PathWalkOption
An enumeration to provide walk options for Path.walk function. The options can be combined to form the walk order and behavior needed.
Note that this enumeration is not exhaustive and new cases might be added in the future.
Enum Values
INCLUDE_DIRECTORIES
Visits directories as well.
BREADTH_FIRST
Walks in breadth-first order.
FOLLOW_LINKS
Follows symbolic links to the directories they point to.