FakeDirectory.

Delete(bool) Method

Summary

Deletes the directory.
Namespace
Cake.Testing
Containing Type
FakeDirectory

Syntax

public void Delete(bool recursive)

Parameters

Name Type Description
recursive bool Will perform a recursive delete if set to true.

Return Value

Type Description
void