Deployment Tools Foundation
ExtractOnlyNewerFiles Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveFileStreamContext ► ExtractOnlyNewerFiles
Gets or sets a flag that can prevent extracted files from overwriting
newer files that already exist.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool ExtractOnlyNewerFiles { get; set; }
Public Property ExtractOnlyNewerFiles As Boolean Get Set
public: property bool ExtractOnlyNewerFiles { bool get (); void set (bool value); }
Property Value
Boolean
True to prevent overwriting newer files that already exist during extraction; false to always extract from the archive regardless of existing files.
True to prevent overwriting newer files that already exist during extraction; false to always extract from the archive regardless of existing files.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)