On Mar 30, 2015, at 11:15 PM, Benjamin Greenman wrote:
> I've pushed a script for globbing to the package server. It exports two
> functions, `glob` and `in-glob`. I hope that some day functions like these
> can be in racket/file, but until then, enjoy.
This looks useful. Thanks!
John Clemen
I've pushed a script for globbing to the package server. It exports two
functions, `glob` and `in-glob`. I hope that some day functions like these
can be in racket/file, but until then, enjoy.
(glob "./files/*.rkt")
Returns a list of all files ending with the .rkt extension in the directory
"files
2 matches
Mail list logo