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

PathScanner.Add Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.PathScanner.Add(System.String)

See Also

PathScanner Class | NAnt.Core Namespace