Raynes / fs

File system utilities for Clojure.
453 stars 119 forks source link

Support for wildcard in the middle of the path #112

Open Eyal-Shalev opened 5 years ago

Eyal-Shalev commented 5 years ago

Currently the glob function expects that if a wildcard exists in the path, it will exist in its very end. I.E. /some/path/with/wildcard.*

But a path like /another/path/*/with/wildcard is not supported and will always return nil (unless you have a directory named *).