Hi,
I recently had a need to iterate over all templates in a code base for a development task. I was wondering how people felt about adding a "list all templates"-like function to the template backend and loader API's. Such a function could also accept a subdirectory to limit the templates returned.
I think such a function could be implemented fairly easily. Currently, I don't think it's possible to do so without relying on template API internals, and backend and loader-specific logic.
--Chris