racket/pkgs/racket-test/tests/file/glob-test-dir
Ben Greenman 97c65102b3 add file/glob
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)
2016-10-06 18:41:26 -04:00
..
glob-test-subdir add file/glob 2016-10-06 18:41:26 -04:00
.secret1.rkt add file/glob 2016-10-06 18:41:26 -04:00
.secret2.rkt add file/glob 2016-10-06 18:41:26 -04:00
A.txt add file/glob 2016-10-06 18:41:26 -04:00
B.txt add file/glob 2016-10-06 18:41:26 -04:00
C.txt add file/glob 2016-10-06 18:41:26 -04:00
README.md add file/glob 2016-10-06 18:41:26 -04:00

glob-test-dir

Sample directory to run file/glob unit tests on.