environment::variable-exists

Gets a value indicating whether the specified environment variable exists.

Usage

bool environment::variable-exists(name)

Parameters

Name Type Description
name string The environment variable that should be checked.

Return Value

true if the environment variable exists; otherwise, false.

Examples

Requirements

Assembly: NAnt.Core (0.90.3780.0)