Lecrapouille / zipper

[Lib][Version 2.1.0][Functional] C++ wrapper around minizip compression library
MIT License
66 stars 13 forks source link

MacOS when I unzip, it lost symbolic link info. #13

Open ShadowZzj opened 3 months ago

ShadowZzj commented 3 months ago

When a folder contains symbolic link is zipped using the os x "compress" from the right click menu, using unzipper to unzip it will result in a normal text file with the content pointing to the original file. It lost the symbolic file attribute

Lecrapouille commented 3 months ago

@ShadowZzj probably not, without hack, since symbolic links are not compatible for windows.