Delete

KCM 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 KCM Core deletes.
  • TimeOut: Optional. The maximum amount of time in seconds that KCM Core waits if another process is locking the File. If this parameter is not specified, KCM Core waits for the file to be unlocked. If the value of this parameter is 0 and File is locked, KCM Core immediately reports an error.