Archive File (FILE)

Use the Archive File adapter command (FILE) to produce a compressed archive file in the map directory. Data passed from the output card is ignored.


FILE,archive_name,files_to_zip
Option
Description
archive_name
Specify the name of the resulting archive file.
,
The comma is a required separator between options.
files_to_zip
Specify the file to be archived. The files_to_zip must be a fully qualified path. If the file name is not a fully qualified path, the adapter returns a success status, but the file is not added to the archive.

Specify multiple files as a space-delimited list of file names and paths. You can also use standard DOS wildcards (* and ?). Enclose long filenames in double quotation marks ("longfilename"). Do not include spaces before the first file name or after the last file name.