Description
This task will copy the folder located at the specified folder path to the destination path.
If specified, the child items will be included in the copy.
Variables
Name | Description | Type | Example | Screenshot |
---|---|---|---|---|
The current location of the folder | The full path of the folder you wish to move. | string | C:\folder\subfolder | 1 |
The destination path for the folder | The full path of the destination for the folder | string | C:\otherfolder | 2 |
Include the item within the folder |
Include items within the folder. |
boolean | $true | 3 |