Required Parameters
- source: The path of the file (including the filename) or directory to move.
- destination: The path of the file (including the filename) or directory where the file or directory should be moved to.
Optional Parameters
- force: Controls whether the operation creates missing directories in the destination path. The allowed values are
trueandfalse. The default istrue.
Output Attributes
- file:source: The full path of the source file or directory.
- file:destination: The full path of the destination file or directory.