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

Back to Zip Class Summary

Zip::ExtractNewer

Extracts only the files that have more recent last-modified-times than the files on disk. This allows you to easily refresh only the files that have been updated.

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

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

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

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

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