NAnt SDK Documentation - v0.92

PathScanner.Add Method 

Adds a file to the list of files to be scanned for.

[Visual Basic]
Public Sub Add( _
   ByVal fileName As String _
)
[C#]
public void Add(
   string fileName
);

Parameters

fileName
The filename or search pattern to add to the list.

See Also

PathScanner Class | NAnt.Core Namespace