fileMove

Version 22.0.8473


fileMove

Version 22.0.8473


Moves a file or directory to the path specified.

Required Parameters

  • source: The source path to be moved.
  • destination: The destination to be moved to.

Optional Parameters

  • force: If force is set to true, the operation will create missing directories. The allowed values are ‘true, false’. The default value is ‘true’.

Output Attributes

  • file:source: The full path of the source file.
  • file:destination: The full path of the destination file.