ZipUtils.UnZipFiles(String, String) Method

Definition

Unzips a file to a directory.

public:
 static bool UnZipFiles(System::String ^ zipPathAndFile, System::String ^ outputFolder);
public static bool UnZipFiles(string zipPathAndFile, string outputFolder);
static member UnZipFiles : string * string -> bool
Public Shared Function UnZipFiles (zipPathAndFile As String, outputFolder As String) As Boolean

Parameters

zipPathAndFile
String

Specifies file to unzip.

outputFolder
String

Specifies where to unzip it to.

Returns

true if the unzip operation is successful; otherwise, false.

Applies to