 | SevenZipExUnZipFileWithPath 方法 |
Sweet 开发框架
解压缩文件(解压后带目录)
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static bool UnZipFileWithPath(
string zipFileName,
string unZipPath,
string password = ""
)
Public Shared Function UnZipFileWithPath (
zipFileName As String,
unZipPath As String,
Optional password As String = ""
) As Boolean
static member UnZipFileWithPath :
zipFileName : string *
unZipPath : string *
?password : string
(* Defaults:
let _password = defaultArg password ""
*)
-> bool
参数
- zipFileName
- 类型:SystemString
压缩文件名 - unZipPath
- 类型:SystemString
解压缩后文件的路径 - password (Optional)
- 类型:SystemString
密码
返回值
类型:
Boolean返回值true:成功 false:失败
参见