# File lib/action_controller/vendor/rack-1.0/rack/directory.rb, line 102
    def stat(node, max = 10)
      F.stat(node)
    rescue Errno::ENOENT, Errno::ELOOP
      return nil
    end