filepattern (original) (raw)

A library for matching files using patterns such as src/**/*.png for all .png files recursively under the src directory. There are two special forms:

Some examples:

More complete semantics are given in the documentation for the matching function ?==.

Features