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. To access the local filesystem, the XILL4_WORKDIRS
environment variable must be set to the path of the directories to be accessed.
Configuration
Inputs | Outputs
When the source
and target
fields are given in the incoming message they take precedence over the configured values.
{
"source": "C:\Users\Administrator\Downloads\new.xlsx",
"target": "C:\Users\Administrator\Downloads\new2.xlsx"
}