Skip to main content
Version: Latest (4.58.0)

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.

Configuration

Inputs | Outputs


FS Operation
Input
Output
Error
00 0 (ilyxsu45)

When the source, target, or operation fields are given in the incoming data, they take precedence over the configured values.

  • Example:
  • {
    "source": "C:/Users/Administrator/Downloads/new.xlsx",
    "target": "C:/Users/Administrator/Downloads/new2.xlsx",
    "operation": "copy"
    }