Ionic Zip Library v1.9.1.6
ExtractWithPassword Method (extractExistingFile, password)
Extract the entry to a file in the filesystem, relative to the
current directory, using the specified behavior when extraction
would overwrite an existing file.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void ExtractWithPassword( ExtractExistingFileAction extractExistingFile, string password )
Public Sub ExtractWithPassword ( _ extractExistingFile As ExtractExistingFileAction, _ password As String _ )
public: void ExtractWithPassword( ExtractExistingFileAction extractExistingFile, String^ password )
Parameters
- extractExistingFile (ExtractExistingFileAction)
- The action to take if extraction would overwrite an existing file.
- password (String)
- The Password to use for decrypting the entry.
Remarks
See the remarks on the LastModified property, for some details about how the last modified time of the created file is set.