Skip to main content
Version: 4.52.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. 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


FS Operation
Input
Output
Error
00 0 (ilyxsu45)

When the source and target fields are given in the incoming message they take precedence over the configured values.

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