ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipFile Class / OverwriteReadOnly Property

In This Topic
    OverwriteReadOnly Property
    In This Topic
    Determines whether the component should overwrite read-only files when extracting entries from the zip file.
    Syntax
    Public Property OverwriteReadOnly As Boolean
    public bool OverwriteReadOnly {get; set;}
    See Also