fs icon indicating copy to clipboard operation
fs copied to clipboard

Support for wildcard in the middle of the path

Open Eyal-Shalev opened this issue 5 years ago • 0 comments

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 *).

Eyal-Shalev avatar Oct 11 '18 17:10 Eyal-Shalev