Paths joiner

[scripting/actions/Paths joiner]

Keywords: scripting, action, no-code, one-time, utility

Input ports

  • state: any

    Receives script state.

  • params:

    {
      "cwd": string,
      "result-path": string,
      "message": string,
      "child-paths": string[],
      "base-path": string
    }

Output ports

  • state: any

    Sends updated script state.

Last updated