ZipArchive.IsReadOnly Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.8944)
IsReadOnly
Gets a value indicating whether the ZIP archive is only open for reading.
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
Boolean | True - the ZIP archive is only open for reading; false - write operations such as Add, Move or Delete are enabled. |