[Overview][Constants][Types][Classes][Index] |
Collection with TFullZipFileEntry instances for files and directories stored in the .ZIP archive
Source position: zipper.pp line 609
public property TUnZipper.Entries : TFullZipFileEntries |
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.
|
Opens zip file and reads the directory entries (list of zipped files) |
|
|
Removes all entries and files from object |
|
|
Unzips all files in a zip file, writing them to disk |
|
|
Unzips the specified files in a .ZIP archive file |
|
|
Unzips a single file found in the specified .ZIP archive |
|
|
Unzips the specified .ZIP archive file |
|
|
Collection of TFullZipFileEntry items |
|
|
Extended zip file entry |