.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Zip Class Summary

Zip::NumEntries

The number of entries in the Zip, including both files and directories.

  Declarations  
    [Visual Basic]
Public ReadOnly Property NumEntries As Integer

[C#]
public int NumEntries {get;}

[C++]
public: __property int get_NumEntries();

[JScript]
public function get NumEntries() : int;
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.