NAnt SDK Documentation - v0.92

AssemblyReferenceBase.ResolveFromRelativePath Method 

Resolves an assembly reference using a path relative to the project directory.

[Visual Basic]
Protected Function ResolveFromRelativePath( _
   ByVal relativePath As String _
) As String
[C#]
protected string ResolveFromRelativePath(
   string relativePath
);

Return Value

The full path of the assembly, or a null reference (Nothing in Visual Basic) if relativePath is a null reference (Nothing in Visual Basic) or an empty String.

See Also

AssemblyReferenceBase Class | NAnt.VSNet Namespace