Archive file access mode.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Enumeration ArchiveAccessMode
C#
public enum ArchiveAccessMode

Members

Member nameDescription
Supported by the .NET Compact FrameworkAuto
Choose the access mode automatically. ReadWrite mode is used if the archive file can be open for writing; Read is used otherwise.
Supported by the .NET Compact FrameworkRead
Read access to the archive file. Data can only be read from the file.
Supported by the .NET Compact FrameworkReadWrite
Read and write access to the archive file. Data can be written to and read from the file.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also