# File lib/archive/zip/entry.rb, line 814
    def zip_path=(zip_path)
      super(zip_path)
      @zip_path += '/'
    end