[Overview][Constants][Types][Classes][Index] |
Zip one file to a zip file
Source position: zipper.pp line 461
public procedure TZipper.ZipFile( |
const aFileToBeZipped: RawByteString |
); |
const AZipFileName: RawByteString; |
const aFileToBeZipped: RawByteString |
); |
aFileToBeZipped |
|
File on disk that must be zipped |
AZipFileName |
|
The filename of the zip archive file |
aFileToBeZipped |
|
File on disk that must be zipped |
Zips the specified files into a zip with the name in AFileName.
|
Zip multiple files into an archive |