![]() implements globbing for path strings - glob : globs -> listof path in-glob : globs -> sequenceof path glob-match? : globs path-string -> boolean - wildcards are: * ? [...] - braces {} get expanded to multiple globs - if pattern ends with /, only match directories - wildcards don't capture dotfiles by default (keyword arg overrides) |
||
---|---|---|
.. | ||
glob-test-subdir | ||
.secret1.rkt | ||
.secret2.rkt | ||
A.txt | ||
B.txt | ||
C.txt | ||
README.md |
glob-test-dir
Sample directory to run file/glob
unit tests on.