ZipHelperEnZip Method (String, String, Int32) | Helper帮助文档 |
压缩
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool EnZip( string FileToZip, string ZipedFile, int level )
Public Shared Function EnZip ( FileToZip As String, ZipedFile As String, level As Integer ) As Boolean
public: static bool EnZip( String^ FileToZip, String^ ZipedFile, int level )
static member EnZip : FileToZip : string * ZipedFile : string * level : int -> bool
Parameters
- FileToZip
- Type: SystemString
待压缩的文件目录 - ZipedFile
- Type: SystemString
生成的目标文件 - level
- Type: SystemInt32
6
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.ZipHelper.EnZip(System.String,System.String,System.Int32)"]
See Also