TestDirectory.

Delete(bool) Method

Summary

Deletes the directory.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.IO
Containing Type
TestDirectory

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
GitHub