EnvironmentVariable.

File Property

Summary

The value for a file-based environment variable. NAnt will convert it to an absolute filename.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
EnvironmentVariable

Syntax

[TaskAttribute("file")]
public FileInfo File { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
FileInfo