Skip to the content.

fho.createFolder

Purpose

This actiontype creates a folder

Use Cases

Fields

Parameter Description Type Mandatory Encrypted
path Path where the folder will be located string N N
folder Folder to create string Y N
connection Connection where the folder will be located string N N

Example

  - number: 1
    type: "fho.createFolder"
    name: "Action1"
    description: "create folder myFolder on myPath"
    component: ""
    condition: ""
    iteration: ""
    errorExpected: "N"
    errorStop: "N"
    parameters:
    - name: "path"
      value : "/myPath"
    - name: "folder"
      value : "myFolder"