File creator

[scripting/actions/File creator]

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

Input ports

  • state: any

    Receives script state.

  • params:

    {
      "cwd": string,
      "path": string,
      "text": string,
      "result-path": string,
      "message": string
    }

Output ports

  • state: any

    Sends updated script state.

Last updated