ZipUtils Class

Definition

Manages the zip and unzip of files.

public ref class ZipUtils abstract sealed
public static class ZipUtils
type ZipUtils = class
Public Class ZipUtils
Inheritance
ZipUtils

Methods

UnZipFiles(String, String)

Unzips a file to a directory.

UnZipFiles2(String, String)
ZipFiles(List<String>, String, Boolean)

Zips the requested files into the output ZipFile.

ZipFiles(String, String, Boolean)

Zips the directory specified to the output Zip File.

Applies to