Copyright © 2001-2019 MultiMedia Soft

ZIP object

Previous pageReturn to chapter overviewNext page

The ZIP object, accessible through the control's ZIP property, allows managing archive files in ZIP format.

 

It can be used at Run-time in order to create, open and modify ZIP files. For details about using ZIP management refer to the How to manage ZIP files tutorial.

 

The ZIP object is implemented through the following methods:

 

Methods

 

Close

Create

EntriesCountGet

EntryAdd

EntryAddFromMemory

EntryExtractToFile

EntryExtractToMemory

EntryNameGet

EntryRemove

EntryUncompressedSizeGet

IsProtected

Open

Save

 

 

 

 

 

Samples of use of the ZIP object in Visual Basic 6 and Visual C++ 6 can be found inside the following samples installed with the product's setup package:

- ZipPlayer