zip4j
zip4j copied to clipboard
Query the OS that was used to created the zip
Hello,
thank you for your work on this.
I was wondering if there is a way to query the operating system that was used to create the zip file.
Something like the information the https://github.com/pmqs/zipdetails provides. It is per file but that's fine.
There is a line zipdetails provides that looks like:
034D Created OS 03 'Unix'
or
00AC Created OS 00 'MS-DOS'
Did some digging but couldn't find a way to acquire this information.
Thanks!