MobileForms Toolkit Documentation

ZipArchive.Extract Method (String, String, String, ProgressDelegate)

Extract file or directory to destination path with specified password.

public void Extract(
string sourcePath,
string destPath,
string password,
ProgressDelegate progress
);

Parameters

sourcePath
File or directory to be extracted.
destPath
Destination directory for extract.
password
Password for the files.
progress
Progress delegate to notify about percentage status of extracted file.

Remarks

Use this function to quick extract file or directory from archive. If you specify direcotry, all files and subfolders will be extracted. You can specify also ProgressDelegate to be notified about extracting status; otherwise use null.

See Also

ZipArchive Class | Resco.IO.Zip Namespace | ZipArchive.Extract Overload List