1

Say we have a .zip archive with some number of files inside.

Previously, I've opened the archive (and the folder of the same name inside, why do they always do that?) and dragged the files to another folder, essentially copying the files.

Now, say I right click and extract the archive's contents to the same folder, rather than the drag/copy operation.

Which one runs faster?

1
  • 2
    Copying by dragging extracts the files, so they're the same thing. It only depends if you're extracting all files or just certain files within the archive Commented Jan 21, 2021 at 0:30

1 Answer 1

1

There is no difference between copying files from a zip file (or any archive) or extracting them. The reason is, copying the files still requires the files to be extracted and decompressed. The same amount of work and time will be needed for both to accomplish the same task.

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .