NAnt SDK Documentation - v0.92 |
|
FileSet.Include.FromPath Property
If true then the file will be searched for on the path. The default is false.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="frompath", ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property FromPath As
Boolean
[C#]
[TaskAttribute(Required=False, Name="frompath", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool FromPath {get; set;}
See Also
FileSet.Include Class | NAnt.Core.Types Namespace