ZipHelperEnZip Method (String, String) | Helper帮助文档 |
压缩
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void EnZip( string directory, string filename )
Public Shared Sub EnZip ( directory As String, filename As String )
public: static void EnZip( String^ directory, String^ filename )
static member EnZip : directory : string * filename : string -> unit
Parameters
- directory
- Type: SystemString
待压缩的文件夹(包含物理路径) - filename
- Type: SystemString
压缩后的文件名(包含物理路径)
See Also