The zip file created by minizip 2.9.0 cannot be extracted on the same volume?
I keep getting warning below if i tried to extract zip file using winzip on windows file explorer (it works on 7zip though) :

Did i miss something on the zip options part?
| options.compress_method | MZ_COMPRESS_METHOD_STORE |
| options.compress_level | MZ_COMPRESS_LEVEL_DEFAULT |
| options.append | 1 |
| options.overwrite | 1 |
| options.follow_links | 0 |
| options.store_links | 0 |
| options.include_path | 0 |
| options.zip_cd | 0 |
| options.aes | 0 |
| options.encoding | MZ_ENCODING_UTF8 |
| options.disk_size | 512*1024 |
| options.cert_path | NULL |
| options.cert_pwd | NULL |
Thanks!
The zip file created by minizip 2.9.0 cannot be extracted on the same volume?
I keep getting warning below if i tried to extract zip file using winzip on windows file explorer (it works on 7zip though) :
Did i miss something on the zip options part?