MoveFile

MoveFile

What to use it for

Prerequisites for usage

Essential properties to set

Use MoveFile to move a single file to a different location. Alternatively, you could use it to rename a single file, or move and rename at the same time.

 
  • Source path
  • Destination path

Misc

OptionWhat is itHow to use it
Source path

 

The full path to the file you want to move.

Enter a path to the file, that includes file name and extension.

You can enter the following:

  • Absolute folder path.
  • Relative folder path (not recommended).
  • VisualBasic expression that results in a folder path.

Recommended: Enter an absolute path that includes file name and extension.

Destination path


 

The new path to the file.

Enter a path to the new file, that includes file name and extension.

You can enter the following:

  • Absolute folder path.
  • Relative folder path (not recommended).
  • VisualBasic expression that results in a folder path.

Additionally:

  • It is recommended to enter an absolute path that includes file name and extension.
  • In case you are using it to rename a file, use a different file name and/or extension.
Display nameName of the Activity.Leave at default, or edit the name to reflect which fill should be moved to what location.

File system Activities