NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
EnvironmentVariable.File Property
[This is preliminary documentation and subject to change.]
The value for a file-based environment variable. NAnt will convert it to an absolute filename.
[Visual Basic]
<TaskAttribute(Name:="file", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property File As
FileInfo
[C#]
[TaskAttribute(Name="file", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo File {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Types.EnvironmentVariable.File
See Also
EnvironmentVariable Class | NAnt.Core.Types Namespace