TreeBasedTask.

Includes Property

Summary

Accepts comma de-limited list of expressions to include in tree operations. If nothing is set ALL filespecs are included.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.StarTeam
Containing Type
TreeBasedTask

Syntax

[TaskAttribute("includes")]
public virtual string Includes { set; }

Examples

Match all C# files in the directory

*.cs

Remarks

Expressions should be just for filename matching. Technically relative directory information is accepted but will never match.

Attributes

Type Description
TaskAttribute

Value

Type Description
string