Ionic Zip Library v1.9.1.6
ExtractWithPassword Method (baseDirectory, extractExistingFile, password)
Extract the entry to the filesystem, starting at the specified base
directory, and using the specified behavior when extraction would
overwrite an existing file.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void ExtractWithPassword( string baseDirectory, ExtractExistingFileAction extractExistingFile, string password )
Public Sub ExtractWithPassword ( _ baseDirectory As String, _ extractExistingFile As ExtractExistingFileAction, _ password As String _ )
public: void ExtractWithPassword( String^ baseDirectory, ExtractExistingFileAction extractExistingFile, String^ password )
Parameters
- baseDirectory (String)
- the pathname of the base directory
- 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.