Re: renaming .zip file names

2020-11-02 Thread Herbie Allen
If I understand what you are describing, then no. The zip file is separate from what it contains. In other words, your file called first name can get changed, but that would not affect the files inside the Zip file, even if they had the same name as the Zip file itself. > On Nov 2, 2020, at 15

renaming .zip file names

2020-11-02 Thread Christina
Hi, If a file is named firstName.zip and I change the name to secondName.zip, when I unzip the file, the uncompressed file name is firstName.zip. Is there a more simple or elegant solution to this renaming issue other than uncompressing the file, renaming the uncompressed file, then compressin