mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
The intent of this class was to allow ad-hoc recursive/lazy walking of a directory structure and having links only visited once. It was however only used once, and for that task, path::entries() is sufficient.