ExtractWithPassword Method (baseDirectory, password)

DotNetZip

Ionic Zip Library v1.9.1.6 ExtractWithPassword Method (baseDirectory, password)
ReferenceIonic.ZipZipEntryExtractWithPassword(String, String)
Extract the entry to the filesystem, starting at the specified base directory, and using the specified password.
Declaration Syntax
C# Visual Basic Visual C++
public void ExtractWithPassword(
	string baseDirectory,
	string password
)
Public Sub ExtractWithPassword ( _
	baseDirectory As String, _
	password As String _
)
public:
void ExtractWithPassword(
	String^ baseDirectory, 
	String^ password
)
Parameters
baseDirectory (String)
The pathname of the base directory.
password (String)
The Password to use for decrypting the entry.
Remarks

Existing entries in the filesystem will not be overwritten. If you would like to force the overwrite of existing files, see the ExtractExistingFileproperty, or call ExtractWithPassword(ExtractExistingFileAction, String).

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

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