Calls delegates on files in the given path that match any globs.
If a directory matches a glob, the delegate is called on all existing files inside it recursively in depth-first pre-order.
See Implementation
Calls delegates on files in the given path that match any globs.
If a directory matches a glob, the delegate is called on all existing files inside it recursively in depth-first pre-order.