File System Operation
The FS Operation, or File System Operation, component allows you to move, copy, delete, and rename files on the filesystem or cloud storage. It also allows you to check if a file exists.
See how it works:
File System Operation Explainer
Configuration
Inputs | Outputs
When the source, target, or operation fields are given in the incoming data, they take precedence over the configured values.
{
"source": "C:/Users/Administrator/Downloads/new.xlsx",
"target": "C:/Users/Administrator/Downloads/new2.xlsx",
"operation": "copy"
}