I seen one other post about this but there was no resolution. Currently I am using sharpziplib to create zip files from a C# service. It creates the zip files and those can be read perfectly on Windows based machines.
The consumers that get the zip output files on Mac systems are not having the same experience. The zips contain folders with files. When a Mac gets one of our zip files, all of the folders are removed and the files all show in the root directory as if it flattens the whole hierarchy.
As stated at the beginning, the output zip files can be read perfectly on windows based machines. I have tried the Zip64 off and that did not make a difference.
Does anyone know of a way to make the zip files created by sharpziplib Mac friendly?