Summary
Scans all directories in the given environment variable for files.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- PathScanner
Syntax
public StringCollection Scan(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The environment variable of which the directories should be scanned. |
Return Value
Type | Description |
---|---|
StringCollection | List of matching files found in the directory of the given environment variable. |