ArchiveAccessMode Enum
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Archive file access mode.
Syntax
public enum ArchiveAccessMode
Fields
Name | Description |
---|---|
Auto | Choose the access mode automatically. ReadWrite mode is used if the archive file can be open for writing; Read is used otherwise. |
Read | Read access to the archive file. Data can only be read from the file. |
ReadWrite | Read and write access to the archive file. Data can be written to and read from the file. |