Unit 'Zipper' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TUnZipper.UnZipFile

Unzips a single file found in the specified .ZIP archive.

Declaration

Source position: zipper.pp line 587

public procedure TUnZipper.UnZipFile(

  const aExtractFileName: RawByteString

);

procedure TUnZipper.UnZipFile(

  const AZipFileName: RawByteString;

  const aExtractFileName: RawByteString

);

Arguments

aExtractFileName

  

Name of the file to unzip in the method.

Arguments

AZipFileName

  

Name of the .ZIP archive file.

aExtractFileName

  

Name of the file to unzip in the method.


Documentation generated on: Jan 30 2024