Delete

Communications Manager Core deletes a specified file. The command Delete succeeds if the File does not exist.

Syntax

Delete
   File(<text>)
   TimeOut(<number>);

Parameters

  • File: Required. The file that Communications Manager Core deletes.
  • TimeOut: Optional. The maximum amount of time in seconds that Communications Manager Core waits if another process is locking the File. If this parameter is not specified, Communications Manager Core waits for the file to be unlocked. If the value of this parameter is 0 and File is locked, Communications Manager Core immediately reports an error.