[Overview][Constants][Types][Classes][Index] |
Adds TZipFileEntry instances in the collection for the file names in List
Source position: zipper.pp line 407
public procedure TZipFileEntries.AddFileEntries( |
const List: TStrings |
); |
List |
|
TStrings instance with the list of file names added to the collection |
AddFileEntries is a method used to add a list of files names to the collection. List contains the file names added in the method. AddFileEntries iterates over the string values in List, and calls the AddFileEntry method to create new items in the collection.
|
Adds file to zip directory |