.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to ZipEntry Class Summary

ZipEntry::Extract

Unzips this entry into the specified base directory. The file is unzipped to the subdirectory according to the relative path stored with the entry in the Zip. Use ExtractInto to unzip into a specific directory regardless of the path information stored in the Zip.

  Declarations  
    [Visual Basic]
Public Function Extract(ByVal String directory) As Boolean

[C#]
public bool Extract(string directory);

[C++]
public bool Extract(String *directory);

[JScript]
public function Extract(String directory) : Boolean
 
  Parameters  
   
directory
Base directory where the Unzip occurs.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.