[Overview][Constants][Types][Classes][Index] |
Zip multiple files into an archive
Source position: zipper.pp line 463
public procedure TZipper.ZipFiles( |
const AZipFileName: RawByteString; |
FileList: TStrings |
); |
const AZipFileName: RawByteString; |
const FileList: array of RawbyteString |
); |
const aFileList: array of RawbyteString |
); |
FileList: TStrings |
); |
const AZipFileName: RawByteString; |
Entries: TZipFileEntries |
); |
Entries: TZipFileEntries |
); |
AZipFileName |
|
Zip archive filename |
FileList |
|
Filenames to be zipped |
AZipFileName |
|
Zip archive filename |
FileList |
|
Filenames to be zipped |
aFileList |
|
Filenames to be zipped |
FileList |
|
Filenames to be zipped |
AZipFileName |
|
Zip archive filename |
Entries |
|
Entries to add to file |
Entries |
|
Entries to add to file |
|
Zip one file to a zip file |