User Tools

Site Tools


api:dk11:delphi:giscompression.decompresszipfile_string_string

Table of Contents

DecompressZipFile(String; String) method

DK11 for Delphi | GisCompression.DecompressZipFile | Overloads | Methods

Decompress a zip file and extract a file to stream.

Syntax

// Delphi
function DecompressZipFile(
  const _path : String;
  const _name : String
) : TStream; overload;
// C++ Builder
extern DELPHI_PACKAGE TStream* DecompressZipFile(
  const UnicodeString _path,
  const UnicodeString _name
) /* overload */;

Parameters

Name Type Description
_path String file path
_name String internal file name to extract; if empty, the first file is used ; if not found, the first file matching extension is used

Result

Type Description
TStream decompressed stream
2024/02/02 01:13

Page Tools