PDF for UWP | ComponentOne
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 Boolean
    public bool OverwriteReadOnly {get; set;}
    See Also