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

PathScanner.Scan Method (String)

[This is preliminary documentation and subject to change.]

Scans all directories in the given environment variable for files.

[Visual Basic]
Overloads Public Function Scan( _
   ByVal name As String _
) As StringCollection
[C#]
public StringCollection Scan(
   string name
);

Parameters

name
The environment variable of which the directories should be scanned.

Return Value

List of matching files found in the directory of the given environment variable.

Remarks

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

See Also

PathScanner Class | NAnt.Core Namespace | PathScanner.Scan Overload List