Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixFile Functions (continued)

ZipGetEntryCount Function

Overview

The ZipGetEntryCount function returns the total number of entries within a Zip Object.

Syntax/Parameters

Syntax

int = ZipGetEntryCount ( handle hZip );

Parameters

hZip

A handle for a Zip Object created with the ZipOpen function.

Return Value

Returns an int as the total number of entries or a formatted error code on failure.

Remarks

An entry can be a file or a folder placeholder. The return value of this function represents the last index position - 1 available in the Zip Object.

Related Functions 

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic