ZipArchiveOptions.PersistFileAttributes Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 8.0.9673)
PersistFileAttributes
Enables or disables persisting file attributes to external_attributes ZIP item field when files are compressed (such as: ReadOnly, Archived, Hidden).
Declaration
public bool PersistFileAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | True - file attributes are persisted when compressed; false - don't persist file attributes. |