CurlDownloadSettings.

CreateDirectories Property

Summary

Gets or sets a value indicating whether curl should create the directory hierarchy specified in the OutputPaths locally.
Assembly
Cake.Curl.dll
Namespace
Cake.Curl
Containing Type
CurlDownloadSettings

Syntax

public bool CreateDirectories { get; set; }

Remarks

If one of the OutputPaths doesn't mention a directory at all or if the specified directory already exists, this option will just be ignored.

Value

Type Description
bool