Unit 'Zipper' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TUnZipper.Entries

Collection with TFullZipFileEntry instances for files and directories stored in the .ZIP archive.

Declaration

Source position: zipper.pp line 612

public property TUnZipper.Entries : TFullZipFileEntries
  read FEntries;

Description

Entries is a read-only TFullZipFileEntries property, and the collection representing the items stored in the .ZIP archive file. Entries contains TFullZipFileEntry instances which represent the files or directories present in the .ZIP file.

Values in the Entries collection are created and stored when file directory in the .ZIP file is read. This can occur when the Examine method is called, or when extracting one or more files using the UnZipAllFiles / UnZipFiles / UnZipFile methods.

The items in the Entries collection are removed when the Clear method is called.

See also

TUnZipper.Examine

  

Opens zip file and reads the directory entries (list of zipped files).

TUnZipper.Clear

  

Removes all entries and files from object.

TUnZipper.UnZipAllFiles

  

Unzips all files in a zip file, writing them to disk.

TUnZipper.UnZipFiles

  

Unzips the specified files in a .ZIP archive file.

TUnZipper.UnZipFile

  

Unzips a single file found in the specified .ZIP archive.

TUnZipper.UnZip

  

Unzips the specified .ZIP archive file.

TFullZipFileEntries

  

Collection of TFullZipFileEntry items.

TFullZipFileEntry

  

Extended zip file entry.


Documentation generated on: Jul 24 2023