This will not fail if the Folder does not exist.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| folderName | String | The Name of the Folder to Delete. | ||
| recursive | Boolean | Optional | Indicates whether sub-folders should be deleted. If omitted, a value of False is assumed. | |
| ignoreReadOnly | Boolean | Optional | Determines whether to ignore the Readonly state of Files. You cannot delete a Read-Only file. If omitted, a value of False is assumed. |
A Boolean value indicating success.