SetArchive Method
Set append mode.
Object.SetArchive(tcArchive [, tlAdditive [, tlDeleteFileAfter]])
Parameters
tcArchive
The name of the zip archive to be created. If not empty, the generated file will be added to the archive after.
tlAdditive
If set to .T. and the archive already exists, the file will be added (optional). Please note: you can add several files to the archive, but existing files with the same name will not be overwritten - the new files will always be added.
tlDeleteFileAfter
If set to .T., the generated file is be deleted after it is copied to the archive (optional).
Remarks
Applies To: oXFRX
XFRX version: 24.0
Examples
= EVALUATE([xfrx("LOADRL")]) _Screen.oXFRX.SetArchive("output.zip", .F., .T.)