ExtractExistingFile Property

DotNetZip

Ionic Zip Library v1.9.1.6 ExtractExistingFile Property
ReferenceIonic.ZipSelfExtractorSaveOptionsExtractExistingFile
Specify what the self-extractor will do when extracting an entry would overwrite an existing file.
Declaration Syntax
C# Visual Basic Visual C++
public ExtractExistingFileAction ExtractExistingFile { get; set; }
Public Property ExtractExistingFile As ExtractExistingFileAction
	Get
	Set
public:
property ExtractExistingFileAction ExtractExistingFile {
	ExtractExistingFileAction get ();
	void set (ExtractExistingFileAction value);
}
Remarks

The default behavvior is to Throw.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)