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

Back to Zip Class Summary

Zip::ExtractInto

Unzips all the files in a Zip into a single directory regardless of the path stored in the Zip

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

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

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

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

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