-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi, thank you for this nice library!
I think glob::rglob("dir/**/*.ext") should match:
- dir/file.ext
- dir/sub/file.ext
- dir/sub/sub/file.ext
Currently it only matches:
- dir/sub/file.ext
- dir/sub/sub/file.ext
Or how else one can recursively get all .ext files within dir?
cxw42, district10, theoparis, aarcangeli and shangchiwu
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working