MobileForms Toolkit Documentation

ZipArchive.Open Method 

Opens a ZipArchive on the specified path.

public static ZipArchive Open(
string path
);

Parameters

path
The file to open.

Return Value

A ZipArchive opened in the specified path and not shared.

See Also

ZipArchive Class | Resco.IO.Zip Namespace