BaseTask.

GetAbsolutePath(string) Method

Summary

Returns the absolute path for the given path item.
Namespace
NBuildKit.MsBuild.Tasks.Core
Containing Type
BaseTask

Syntax

protected string GetAbsolutePath(string path)

Parameters

Name Type Description
path string The path

Return Value

Type Description
string The absolute path.