# File lib/ole/storage/file_system.rb, line 322
      def foreach path, &block
        entries(path).each(&block)
      end