# File Move

**FileMove** allows you to move files.

***

## Properties

### Source File Path

The full path to where the file can be found.

### Keep File Name

If selected, the file will retain the same name when moved or copied to a different folder (subject to the [File Exists](#file-exists) option).

If not selected, the new file name must be specified.

### Destination Folder Path

The folder where the file should be moved or copied to.

This property is only displayed when [**Keep File Name**](#file-exists) is selected.

### Destination File Path

The file path, including the file name, where the file should be moved or copied to.

This property is only displayed when [**Keep File Name**](#file-exists) is not selected.

### File Exists

Specifies what to do when the target file already exists in that directory.

Options:

* **Do Nothing**: Skips the file operation, and the function will do nothing.
* **Overwrite File**: Causes the old file to be entirely overwritten by the new file.
* **Increment File Name**: Appends a number to the filename if the target file already exists. For example, if attempting to move a file called *temp.txt* to a new folder where that file already exists, the function will create a new file named *temp\_1.txt*. The next time you attempt to move *temp.txt* to that folder, it will become *temp\_2.txt*.
