Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipFile Class / OverwriteSystem Property

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