Temporary

Registers a file as a temporary file for the script.

Communications Manager Core removes a file when it executes the Temporary command to prevent conflicts if the script creates the file later. At the end of the current script, Communications Manager Core tries to remove the file again to provide proper cleanup.

Syntax

Temporary
   File(<text>)
   EndOfJob(True or False);

Parameters

  • File: Required. The name of the file that Communications Manager Core manages as a temporary file.
  • EndOfJob: Optional. If this parameter is not present or if its value is False, Communications Manager Core deletes the file at the end of the current script. If this parameter is True, Communications Manager Core deletes the file at the end of the job.