This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Curl.
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 |