Summary
The value for a PATH like environment variable. You can use
:
or ;
as path separators and NAnt will convert it to
the platform's local conventions.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- SetEnvTask
Syntax
[TaskAttribute("path")]
public PathSet Path { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
PathSet |