NAnt SDK Documentation - v0.85-nightly-2005-11-09

CopyTask.Flatten Property

[This is preliminary documentation and subject to change.]

Ignore directory structure of source directory, copy all files into a single directory, specified by the ToDirectory attribute. The default is false.

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Name:="flatten", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property Flatten As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="flatten", Required=False, ExpandProperties=True, ProcessXml=True)]
public virtual bool Flatten {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.CopyTask.Flatten

See Also

CopyTask Class | NAnt.Core.Tasks Namespace