CreateSymLink
Create a Symbolic Link.
Input
| Name | Type | Required | Description |
| Path | String | True | The path for which a symbolic link will be created. |
| Destination | String | True | The destination of the symbolic link. |
| CreateParent | Boolean | False | Whether the parent of the symbolic link should be created. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation completed successfully or not. |