Hi, thank you for this great project! Currently I am writing custom module for node.js. I would like to use you library to make a stream of extracted files - currently I do this via lsar & unar. However files in my .zip (or in other archives) files may have very long names (longer than OS limits) sometimes or broken/mixed encoding. In these cases I would like to extract the "broken-name" files to my custom destinations (e.g. custom ID, hash etc.). I can not find a way how to do this via unar but when looking to your codes it should be possible to change destination relatively easily - but I am not very skilled in Objective-C.
I suppose it would be a good functionality for others as well.
Hi, thank you for this great project! Currently I am writing custom module for node.js. I would like to use you library to make a stream of extracted files - currently I do this via lsar & unar. However files in my .zip (or in other archives) files may have very long names (longer than OS limits) sometimes or broken/mixed encoding. In these cases I would like to extract the "broken-name" files to my custom destinations (e.g. custom ID, hash etc.). I can not find a way how to do this via unar but when looking to your codes it should be possible to change destination relatively easily - but I am not very skilled in Objective-C.
I suppose it would be a good functionality for others as well.