Otter SDK Reference
Version:

ExtractZipFileAsync(string sourceFileName, string targetPath, bool overwrite) Method

Extracts a zip file into the specified directory.

Syntax

public abstract System.Threading.Tasks.Task ExtractZipFileAsync(string sourceFileName, string targetPath, bool overwrite)

Parameters

sourceFileName
Type: string

The full path of the zip file to extract.

targetPath
Type: string

The full path of the directory to extract to.

overwrite
Type: bool

Value indicating whether files in targetPath may be overwritten if necessary.