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.

Overload List

Scans all direcetories in the PATH environment variable for files.

public StringCollection Scan();

Scans all directories in the given environment variable for files.

public StringCollection Scan(string);

See Also

PathScanner Class | NAnt.Core Namespace