Improve `glob` method
chrisjsewell opened this issue · 0 comments
chrisjsewell commented
Currently, the glob method only supports a subset of patterns.
I haven't yet found a good algorithm/implementation that simply matches a string.
(note both glob.glob
and pathlib.Path.glob
walk the file system based on the pattern)