Summary
Deletes the specified directory and its contents if it exists.
- Namespace
- Cake
.Common .IO - Containing Type
- DirectoryAliases
Syntax
[CakeMethodAlias]
[CakeAliasCategory("DoesNotExist")]
public static void EnsureDirectoryDoesNotExist(this ICakeContext context, DirectoryPath path)
Examples
EnsureDirectoryDoesNotExist("./be/gone");
Attributes
Type | Description |
---|---|
Cake |
An attribute used to mark script method aliases. |
Cake |
An attribute used for documentation of alias methods/properties. |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
path | DirectoryPath | The directory path. |
Return Value
Type | Description |
---|---|
void |