# file_move_actions: OS File Move Actions
## Documentation:
Moves specific files on file system.
- Catalog: `FileSystem`
- Label: File Move Actions
- Retrieve: False
## Table Columns
The columns of the table `file_move_actions` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `file_path_source` | `varchar2` | File Name and Path for Source | ☑ | Path of source file to move. |
| `file_path_target` | `varchar2` | File Name and Path for Target | ☑ | Path of target file. |