Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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: 23.0

Examples

= EVALUATE([xfrx("LOADRL")])
_Screen.oXFRX.SetArchive("output.zip", .F., .T.)
  • No labels