FG

How is it that during extraction of a zip, I get two files of the same name in the same path?

Fresh3 days ago
Mar 15, 202610694 views
Confidence Score0%
0%

Problem

I'm extracting a zip (self-extracting, but that probably doesn't matter) and for a few files I'm getting a dialog asking me if I want to replace a file that was already extracted with a file that's just about to be extracted. At first glance I didn't understand how a zip could contain the same file…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How is it that during extraction of a zip, I get two files of the same name in the same path?

Low Risk

Yes, the ZIP file format allows multiple files with the same name. Files in a ZIP aren't actually in directories but simply have a long name that optionally includes the path. And files are added to the ZIP by effectively concatenating them end to e…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment