Summary
Searches for the given file in all paths in folderList.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Assembly
Reference Base
Syntax
protected string ResolveFromFolderList(StringCollection folderList, string fileName)
Parameters
Name | Type | Description |
---|---|---|
folderList | StringCollection | The folders to search. |
fileName | string | The file to search for. |
Return Value
Type | Description |
---|---|
string |
The path of the assembly if fileName was found
in folderList; otherwise, null .
|