Actually Zip does allow empty folders by default (at least in a Windows environment).
I have been using WinZip since v6 and that has always been the case.
So do 7zip, zip, Peazip, RAR, LZ, etc...
Alan
It is allowed and possible. Just that zip does not NEED it to work. And most of them do not include them. unless the folder are empty.
every item in a zip is stored with its full "in the zip" path. (not like the filesystem that stores its files is a tree structure ) so you do not need the folder item to place a file inside that..
so many zip libraries do not include them because the spec recommend to not include them since they are only taking up space. Because they want to create archives that are as small as possible. if you zip a folder structure with 1000x folders and files, all the folders are taking up entries in the archive, and the archive become larger then it has to be.
That is the reason why it is not added. because normally it should not add folder.. except if it is empty
However. Normally MC would include folders entry if it is empty. But the problem here is that when using filters the are some conflicts that make it not add it.