module Tins::Find::Finder::PathExtension

def directory?

def directory?
  finder.protect_from_errors { s = finder_stat and s.directory? }
end