ZLib_Find

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > ZLIB >

ZLib_Find

 

Description

 

Search for a file name inside a compressed Zip file.

 

Syntax

 

n = ZLib_Find(sZipFile, sFileToSearch)

 

Returns

 

Number.

0 (zero) means success

<> 0 means error (see error code)

 

Parameters

 

Name

Type

Optional

Meaning

sZipFile

String

No

Full path name of the compressed Zip file

sFileToSearch

String

No

Name of the file to be searched for into compressed Zip file.
Name can contain zip subfolders.

 

Remarks

 

Restrictions

 

See also

 

ZLib_List, ZLib_Extract,

 

Examples