ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip 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
    'Declaration
     
    Public Property OverwriteReadOnly As System.Boolean
    public System.bool OverwriteReadOnly {get; set;}
    See Also