NAnt SDK Documentation - v0.92 |
|
FileSet.ExcludesFile.PatternFile Property
The name of a file; each line of this file is taken to be a pattern.
[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Required:=True, Name:="name", ExpandProperties:=True, ProcessXml:=True)>
Public Property PatternFile As
FileInfo
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=True, Name="name", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo PatternFile {get; set;}
See Also
FileSet.ExcludesFile Class | NAnt.Core.Types Namespace