FRENDS⁴ Common Components : Frends.Common.Files.Operations.MoveFile

This task moves a file from a source path to the target path.

Input Parameters

  • SourcePath
    • The path to the file that is to be moved
  • TargetPath
    • The destination path where the file is being moved to
  • Overwrite
    • Can be used to overwrite destination file if it exists

Output Result

  • String
    • Returns the full name of the file after it's been moved.