IPath<T>.

MakeAbsolute(DirectoryPath) Method

Summary

Makes the path absolute (if relative) using the specified directory path.
Namespace
Cake.Core.IO
Containing Type
IPath<T>

Syntax

T MakeAbsolute(DirectoryPath path)

Parameters

Name Type Description
path DirectoryPath The path.

Return Value

Type Description
T An absolute path.