有人可以幫助我從端口 void * uzFile = unzOpen("zip filename");
如何使用unzOpenCurrentFilePassword?
我的代碼從minizip使用unzOpenCurrentFilePassword? 我想用密碼保護我的zip文件。
我嘗試了很多次,但我沒有使用它。由於
extern int ZEXPORT unzOpenCurrentFilePassword OF((unzFile file, const char* password)); /* Open for reading data the current file in the zipfile. password is a crypting password If there is no error, the return value is UNZ_OK. */