NAnt SDK Documentation - v0.92

EnvironmentVariable.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

EnvironmentVariable Class | NAnt.Core.Types Namespace