IDirectory.

Delete(bool) Method

Summary

Deletes the directory.
Namespace
Cake.Core.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