hoaproject/File

Glob support in the finder

Closed this issue · 0 comments

Hywan commented

It would be great to support Hoa\Iterator\Glob in the finder.

The strategy would be the following: If we find a glob pattern (*, {a,b,c} etc.) when computing paths in the Finder::getIterator method, then we compute a Hoa\Iterator\Glob object to embed this path.

Thoughts @hoaproject/hoackers?