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

PathScanner.Scan Method ()

[This is preliminary documentation and subject to change.]

Scans all direcetories in the PATH environment variable for files.

[Visual Basic]
Overloads Public Function Scan() As StringCollection
[C#]
public StringCollection Scan();

Return Value

List of matching files found in the PATH.

Remarks

Missing <remarks> documentation for M:NAnt.Core.PathScanner.Scan

See Also

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