Move

KCM Core moves the specified file.

The Move command fails if Dest already exists.

Syntax

Move
   Src(<text>)
   Dest(<text>)
   TimeOut(<number>);

Parameters

  • Src: Required. The file that KCM Core moves.
  • Dest: Required. The new name and directory where KCM Core moves the file to.
  • TimeOut: Optional. The maximum amount of time in seconds that KCM Core waits if another process is locking Src. If this parameter is not specified, KCM Core waits indefinitely for the file to be unlocked. If the value of this parameter is 0 and Src is locked, KCM Core immediately reports an error.