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; } |