Skip to content

** does not match zero directories #3

Open
@houmain

Description

@houmain

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions