ExtractZipASync

Description

This command does the same as ExtractZip except it returns immediately and the zip extraction is done on a thread in the background. You can use GetZipExtractProgress and GetZipExtractComplete to check on its progress. If you call this command whilst a zip extraction is already in progress then nothing will happen. If the specified zip has no password then use an empty string.

Definition

ExtractZipASync(const zipfilename, path, password)

Parameters