Summary
The value for a PATH-like command-line argument; you can use
:
or ;
as path separators and NAnt will convert it
to the platform's local conventions, while resolving references to
environment variables.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- Argument
Syntax
[TaskAttribute("path")]
public PathSet Path { get; set; }
Remarks
Individual parts will be replaced with the absolute path, resolved
relative to the project base directory.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
PathSet |