Introduction - If you have any usage issues, please Google them yourself
C# written standard procedures to reduce compression decompression. Net in the function declaration: public static extern int MyZip_AddFile (String SrcFile, String ZipFile) public static extern int MyZip_AddDirectory (String SrcPath, String ZipFile) public static extern int MyZip_ExtractFileAll (String ZipFile, String PathName) public static extern int MyZip_ExtractFile (String ZipFile, String srcName, String DstName)