Oct-06-2022, 03:39 PM
Looks like you're opening a new zipfile (overwriting any previous one) inside your for loop.
I think you want to open the zipfile outside the for loop and only do the write() inside.
But why is column2 titled "directory"? Those entries don't look like directories to me.
I think you want to open the zipfile outside the for loop and only do the write() inside.
But why is column2 titled "directory"? Those entries don't look like directories to me.