Enables or disables restoring of the file attributes after files are extracted (such as: ReadOnly, Archived, Hidden).

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

Syntax

Visual Basic
Public Property RestoreFileAttributes As Boolean
	Get
	Set
C#
public bool RestoreFileAttributes { get; set; }

Field Value

True - file attributes are restored after extract; false - don't restore file attributes.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also