Checks whether the specified framework exists, and is valid.
bool framework::exists(framework)
Parameters
Name | Type | Description |
---|---|---|
framework | string | The framework to test. |
Return Value
true
if the specified framework exists ; otherwise,
false
.
Requirements
- Assembly
- NAnt
.Core .dll - Namespace
-
NAnt
.Core .Functions