PathScanner.

Add(string) Method

Summary

Adds a file to the list of files to be scanned for.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
PathScanner

Syntax

public void Add(string fileName)

Parameters

Name Type Description
fileName string The filename or search pattern to add to the list.

Return Value

Type Description
void