NAnt SDK Documentation - v0.92 |
|
SetEnvTask.File Property
The value for a file-based environment variable. NAnt will convert it to an absolute filename.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="file", ExpandProperties:=True, ProcessXml:=True)>
Public Property File As
FileInfo
[C#]
[TaskAttribute(Required=False, Name="file", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo File {get; set;}
See Also
SetEnvTask Class | NAnt.Core.Tasks Namespace