Otter SDK Reference
Version:

ExtractZip(string zipFile, string targetDirectory) Method

Extracts a zip file to the specified directory.

Syntax

public static void ExtractZip(string zipFile, string targetDirectory)

Parameters

zipFile
Type: string

The path of the zip file to extract.

targetDirectory
Type: string

The directory to extract the zip file to.

Remarks

If targetDirectory does not exist, it is created.