# 7z **Repository Path**: cfm/7z ## Basic Information - **Project Name**: 7z - **Description**: 使用接口形式封装7z解压缩! - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2017-06-07 - **Last Updated**: 2021-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 工程只做了简单的封装 1.枚举7z里面文件数量 。 2.可以解压7z里面的文件到指定目录 。 3.压缩文件到7z文件中。 可以根据自己的需要增加:比如支持打开加密的7z文件。 如果有需求,大家可以相互讨论学习。