Directory lister

[scripting/actions/Directory lister]

Keywords: action, scripting, file, folder

Input ports

  • state: any

    Receives script state.

  • params:

    {
      "cwd-path": (string or number)[],
      "result-path": string,
      "message": string,
      "directory-path": string
    }

Output ports

  • state: any

    Sends updated script state.

Last updated