Summary
The value for a directory-based command-line argument; will be
replaced with the absolute path of the directory.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- Argument
Syntax
[TaskAttribute("dir")]
public DirectoryInfo Directory { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
DirectoryInfo |