NAnt SDK Documentation - v0.92

PathElement.Path Property

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.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="path", ExpandProperties:=True, ProcessXml:=True)>
Public Property Path As PathSet
[C#]
[TaskAttribute(Required=False, Name="path", ExpandProperties=True, ProcessXml=True)]
public PathSet Path {get; set;}

See Also

PathElement Class | NAnt.Core.Types Namespace