ExtractOnlyNewerFiles Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation ExtractOnlyNewerFiles Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveFileStreamContextExtractOnlyNewerFiles
Gets or sets a flag that can prevent extracted files from overwriting newer files that already exist.
Declaration Syntax
C# Visual Basic Visual C++ F#
public bool ExtractOnlyNewerFiles { get; set; }
Public Property ExtractOnlyNewerFiles As Boolean
	Get
	Set
public:
property bool ExtractOnlyNewerFiles {
	bool get ();
	void set (bool value);
}
member ExtractOnlyNewerFiles : bool with get, set
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.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)