NAnt SDK Documentation - v0.92

FileSet.IncludesFile.FromPath Property

If true then the patterns in the include file will be searched for on the path. The default is false.

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

See Also

FileSet.IncludesFile Class | NAnt.Core.Types Namespace