MobileForms Toolkit Documentation

ZipArchiveMode Enumeration

Specifies how the archive should be open.

public enum ZipArchiveMode

Members

Member Name Description
Create Specifies that the operating system should create a new file. If the file already exists, it will be overwritten.
CreateNew Specifies that the operating system should create a new file. If the file already exists, an IOException is thrown.
Open Specifies that the operating system should open an existing file. A FileNotFoundException is thrown if the file does not exist.
OpenOrCreate Specifies that the operating system should open a file if it exists; otherwise, a new file should be created.

Requirements

Namespace: Resco.IO.Zip

Assembly: Resco.Zip.CF3 (in Resco.Zip.CF3.dll)

See Also

Resco.IO.Zip Namespace