ZipApi_ExtractFile

Name

ZipApi_ExtractFile — Extracts a file from a ZIP and returns the path to open it.

Description

Function ZipApi_ExtractFile$ (
     zipHandle%,
     fileName$,
     destName = ""%
)

Extracts a file from a ZIP and returns the path to open it.

Parameters

zipHandle

Handle to a ZIP resource opened with ZipApi_Open.

fileName

The name of the file within the ZIP to extract.

destName = ""

Return Values

String containing the path of the extracted file.

See Also

ZipApi_Open

Index

Click here here to view the latest version of this page online