NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
Argument.Directory Property
[This is preliminary documentation and subject to change.]
The value for a directory-based command-line argument; will be replaced with the absolute path of the directory.
[Visual Basic]
<TaskAttribute(Name:="dir", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Directory As
DirectoryInfo
[C#]
[TaskAttribute(Name="dir", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.DirectoryInfo Directory {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Types.Argument.Directory
See Also
Argument Class | NAnt.Core.Types Namespace