Add file or directory to the archive without password.
Add file or directory to the archive without password.
public void Add(string,string,bool,ProgressDelegate);
Add file or directory to the archive without password.
public void Add(string,string,bool,int,ProgressDelegate);
Add file or directory to the archive with specified password.
public void Add(string,string,string,bool,ProgressDelegate);
Add file or directory to the archive with specified password.
public void Add(string,string,string,bool,int,ProgressDelegate);
ZipArchive Class | Resco.IO.Zip Namespace