NAnt SDK Documentation - v0.92 |
|
AttribTask.AttribFileSet Property
All the matching files and directories in this fileset will have their attributes set.
[Visual Basic]
<BuildElement(Name:="fileset", Required:=False, ProcessXml:=True)>
Public Property AttribFileSet As
FileSet
[C#]
[BuildElement(Name="fileset", Required=False, ProcessXml=True)]
public
NAnt.Core.Types.FileSet AttribFileSet {get; set;}
See Also
AttribTask Class | NAnt.Core.Tasks Namespace