Extract Method (extractExistingFile)

DotNetZip

Ionic Zip Library v1.9.1.6 Extract Method (extractExistingFile)
ReferenceIonic.ZipZipEntryExtract(ExtractExistingFileAction)
Extract the entry to a file in the filesystem, using the specified behavior when extraction would overwrite an existing file.
Declaration Syntax
C# Visual Basic Visual C++
public void Extract(
	ExtractExistingFileAction extractExistingFile
)
Public Sub Extract ( _
	extractExistingFile As ExtractExistingFileAction _
)
public:
void Extract(
	ExtractExistingFileAction extractExistingFile
)
Parameters
extractExistingFile (ExtractExistingFileAction)
The action to take if extraction would overwrite an existing file.
Remarks

See the remarks on the LastModified property, for some details about how the last modified time of the file is set after extraction.

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