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?