Module pattern

Source

Structs§

PatternMatches
This is a transparent value type wrapping Vec<PatternMatch>.

Enums§

Pattern
PatternMatch

Functions§

read_matches
Find all files or directories that match the provided pattern with the specified lookup_dir directory. prefix is the already matched part of the pattern that leads to the lookup_dir directory. When force_in_lookup_dir is set, leaving the lookup_dir directory by matching .. is not allowed.