Summary
Deletes the directory.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- IDirectory
Syntax
void Delete(bool recursive)
Parameters
| Name | Type | Description |
|---|---|---|
| recursive | bool | Will perform a recursive delete if set to true. |
Return Value
| Type | Description |
|---|---|
| void |
