# File lib/archive/zip/entry.rb, line 521
    def zip_path=(zip_path)
      @zip_path = Archive::Zip::Entry.expand_path(zip_path)
      if @zip_path.empty? then
        raise ArgumentError, "zip path expands to empty string"
      end
    end