EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElZipReader.Extract

TElZipReader     See also    


 

Extracts entry from the archive.

 
 

Declaration

[C#]
    void Extract(TElZipArchiveDirectoryEntry Entry, string OutputPath);
    void Extract(ArrayList Entries, string OutputPath);
    void Extract(string Mask, string OutputPath);

[VB.NET]
    Sub Extract(ByVal Entry As TElZipArchiveDirectoryEntry, ByVal OutputPath As String)
    Sub Extract(ByVal Entries As ArrayList, ByVal OutputPath As String)
    Sub Extract(ByVal Mask As String, ByVal OutputPath As String)

[Pascal]
    procedure Extract(Entry : TElZipArchiveDirectoryEntry; const OutputPath : string)
    procedure Extract(Entries : TList; const OutputPath : string);
    procedure Extract(const Mask : string; const OutputPath : string);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Entry - single entry to be extracted
  • Entries - entries to be extracted
  • OutputPath - path where the entry(es) must be extracted
  • Mask - mask of the archive files
 
 

Description

    Use this method to extract data from the archive.

 
 

See also:     OnProgress    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation