I need to transfer data from headoffice to branches. I've made a program to ZIP/UZIP the required files and upload/download them into/from my system. I have been using PKZIP but it ruin my screen layout. Also, shelling out from the program to run the pkzip.exe eats up too much memory.
Is there a library that I can incorporate into my program so i would not have to call PKZIP and PKUNZIP programs?
Is there a library that I can incorporate into my program so i would not have to call PKZIP and PKUNZIP programs?