BaseTask.

GetAbsolutePath(ITaskItem, ITaskItem) Method

Summary

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

Syntax

protected string GetAbsolutePath(ITaskItem path, ITaskItem basePath)

Parameters

Name Type Description
path ITaskItem The path
basePath ITaskItem The full path to the base directory.

Return Value

Type Description
string The absolute path.