NAnt SDK Documentation - v0.92

SetEnvTask.Path Property

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.

[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 NAnt.Core.Types.PathSet Path {get; set;}

See Also

SetEnvTask Class | NAnt.Core.Tasks Namespace