NAnt SDK Documentation - v0.85-nightly-2005-11-09

Argument.Path Property

[This is preliminary documentation and subject to change.]

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.

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

Remarks

Individual parts will be replaced with the absolute path, resolved relative to the project base directory.

See Also

Argument Class | NAnt.Core.Types Namespace