NAnt SDK Documentation - v0.92

CopyTask.SourceFile Property

The file to copy.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="file", ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property SourceFile As FileInfo
[C#]
[TaskAttribute(Required=False, Name="file", ExpandProperties=True, ProcessXml=True)]
public virtual System.IO.FileInfo SourceFile {get; set;}

See Also

CopyTask Class | NAnt.Core.Tasks Namespace