DeleteDirectorySettings.

Recursive Property

Summary

Gets or sets a value indicating whether to perform a recursive delete if set to true. It is set to false by default.
Namespace
Cake.Common.IO
Containing Type
DeleteDirectorySettings

Syntax

public bool Recursive { get; set; }

Value

Type Description
bool