Documentation
:: RecursionPredicate | control recursion into subdirectories |
-> FilterPredicate | decide whether a file appears in the result |
-> FilePath | directory to start searching |
-> IO [FilePath] | files that matched the |
Search a directory recursively, with recursion controlled by a
RecursionPredicate
. Lazily return a sorted list of all files
matching the given FilterPredicate
. Any errors that occur are
ignored, with warnings printed to stderr
.