I've observed that empty folders are no longer included in a Zip File that is created by the Windows 10 compression option.
That's a bummer because I wanted my users to be able to unzip a file and get a specified folder structure, where some folders might be empty.
However, I've found that 7Zip will include empty folders and that the Windows 10 unzip feature will reproduce the empty folders.
So when I distribute a zip file, I have to use 7Zip to ensure that empty folders are included. Then, my users can use the built-in Win10 unzip and still get the empty folders that I want them to have.
I can't depend on 7Zip being available on the user's PC, so I'm glad to find that Win10 will give the results I want.
I can, of course, always check for the presence of needed folders and create them on the fly as required.
That's a bummer because I wanted my users to be able to unzip a file and get a specified folder structure, where some folders might be empty.
However, I've found that 7Zip will include empty folders and that the Windows 10 unzip feature will reproduce the empty folders.
So when I distribute a zip file, I have to use 7Zip to ensure that empty folders are included. Then, my users can use the built-in Win10 unzip and still get the empty folders that I want them to have.
I can't depend on 7Zip being available on the user's PC, so I'm glad to find that Win10 will give the results I want.
I can, of course, always check for the presence of needed folders and create them on the fly as required.
Comment