NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
MoveTask.Flatten Property
[This is preliminary documentation and subject to change.]
Ignore directory structure of source directory, move all files into a single directory, specified by the ToDirectory attribute. The default is false.
[Visual Basic]
<TaskAttribute(Name:="flatten", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Overrides Public Property Flatten As
Boolean
[C#]
[TaskAttribute(Name="flatten", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public override
bool Flatten {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.MoveTask.Flatten
See Also
MoveTask Class | NAnt.Core.Tasks Namespace