Summary
A string that will be treated as a path-like string. 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
- PathElement
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 |