Copyright © 2006-2019 MultiMedia Soft

ZIP.EntriesCountGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the number of entries inside the ZIP file previously opened through the ZIP.Open method or created through the ZIP.Create method.

 

For further details about methods for ZIP management refer to the ZIP object.

For details about using ZIP management refer to the How to manage ZIP files tutorial.

 

 

Syntax

 

[Visual Basic]

control.ZIP.EntriesCountGet (

nCount as Long

) as enumErrorCodes


[C++]

short control.ZIP.EntriesCountGet (

long *nCount

);


 

 

Parameter

Description

 

 

nCount

Reference that, on return from the method call, will contain the the number of entries.

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to get the error code

enumErrorCodes.ERR_NOERROR (0)

The method call was successful