I have a directory structure as follows:
Main
|
|--empty_folder
|
|--folder
|
|--example.txt
I'm zipping it using the .NET ZipFile.CreateFromDirectory method (but I doubt this has anything to do with the problem)
When I extract the archive using Windows Explorer the empty folder shows as expected. However if I extract the archive using 7zip the empty folder shows as a file! Has anyone else experienced this and if so is there a way to fix it?