NAnt SDK Documentation - v0.92

CopyTask.IncludeEmptyDirs Property

Copy any empty directories included in the FileSet. The default is true.

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

See Also

CopyTask Class | NAnt.Core.Tasks Namespace