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

Back to Zip Class Summary

Zip::Extract

Unzip all the files into the specified directory. Subdirectories are automatically created as needed.

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

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

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

[JScript]
public function Extract(String dirPath) : Boolean
 
  Parameters  
   
dirPath
The base directory where files will be unzipped.
 

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