User Tools

Site Tools


api:dk11:delphi:giscompression.decompresszipfile_string

Table of Contents

DecompressZipFile(String) method

DK11 for Delphi | GisCompression.DecompressZipFile | Overloads | Methods

Decompress a zip file and extract first file to stream.

Syntax

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

Parameters

Name Type Description
_path String file path

Result

Type Description
TStream decompressed stream
2019/03/22 21:35

Page Tools