MobileForms Toolkit Documentation

ZipArchive.Add Method

Add file or directory to the archive without password.

Overload List

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);

See Also

ZipArchive Class | Resco.IO.Zip Namespace