MobileForms Toolkit Documentation

ZipArchive.Create Method 

Creates or overwrites the specified ZipArchive.

public static ZipArchive Create(
string path,
bool overwrite
);

Parameters

path
The name of the archive.
overwrite
The flag if the archive could be overwritten.

Return Value

A new archive. If overwrite is false and archive exist, IOException will be thrown.

See Also

ZipArchive Class | Resco.IO.Zip Namespace