Skip to the content.

fho.createFolder

This action creates a folder. If the folder already exists, no action is taken.

Use cases

Parameters

1: path

path: "folder path location"

2: folder

folder: "folder name"

3: connection

connection: "connection where the folder to create is located"

Examples

  - 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"