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

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