MobileForms Toolkit Documentation

ZipArchive.Extract Method

Extract file or directory to destination path.

Overload List

Extract file or directory to destination path.

public void Extract(string,string,ProgressDelegate);

Extract file or directory to destination path with specified password.

public void Extract(string,string,string,ProgressDelegate);

See Also

ZipArchive Class | Resco.IO.Zip Namespace