NAnt SDK Documentation - v0.85-nightly-2005-11-09

FrameworkFunctions.Exists Method 

[This is preliminary documentation and subject to change.]

Checks whether the specified framework exists.

[Visual Basic]
<Function(Name:="exists")>
Public Function Exists( _
   ByVal name As String _
) As Boolean
[C#]
[Function(Name="exists")]
public bool Exists(
   string name
);

Parameters

name
The framework to test.

Return Value

true if the specified framework exists; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.FrameworkFunctions.Exists(System.String)

See Also

FrameworkFunctions Class | NAnt.Core.Functions Namespace