# File lib/ole/storage/file_system.rb, line 270
      def open path
        dir = Dir.new path, entries(path)
        return dir unless block_given?
        yield dir
      end