ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipFile Class / OverwriteHidden Property

In This Topic
    OverwriteHidden Property
    In This Topic
    Determines whether the component should overwrite hidden files when extracting entries from the zip file.
    Syntax
    'Declaration
     
    Public Property OverwriteHidden As System.Boolean
    public System.bool OverwriteHidden {get; set;}
    See Also