WgetSettings.

DirectoryPrefix Property

Summary

Set directory prefix to prefix.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettings

Syntax

public string DirectoryPrefix { get; set; }

Remarks

The directory prefix is the directory where all other files and subdirectories will be saved to, i.e. the top of the retrieval tree. The default is ‘.’ (the current directory).

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
string