ZipArchiveOptions.RestoreFileAttributes Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
RestoreFileAttributes
Enables or disables restoring of the file attributes after files are extracted (such as: ReadOnly, Archived, Hidden).
Declaration
public bool RestoreFileAttributes { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True - file attributes are restored after extract; false - don't restore file attributes. |