# file_rename_actions: OS File Rename Actions
## Documentation:
Renames specific files on file system.
- Catalog: `FileSystem`
- Label: File Rename Actions
- Retrieve: False
## Table Columns
The columns of the table `file_rename_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 file to rename. |
| `file_path_target` | `varchar2` | File Name and Path for Target | ☑ | Path of file after rename. |