Project.

GetFullPath(string) Method

Summary

Combines the specified path with the NAnt.Core.Project.BaseDirectory of the NAnt.Core.Project to form a full path to file or directory.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Project

Syntax

public string GetFullPath(string path)

Parameters

Name Type Description
path string The relative or absolute path.

Return Value

Type Description
string A rooted path, or the NAnt.Core.Project.BaseDirectory of the NAnt.Core.Project if the path parameter is a null reference.