Extract file or directory to destination path.
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);
ZipArchive Class | Resco.IO.Zip Namespace