FilePath.

MakeAbsolute(DirectoryPath) Method

Summary

Makes the path absolute (if relative) using the specified directory path.
Namespace
Cake.Core.IO
Containing Type
FilePath

Syntax

public FilePath MakeAbsolute(DirectoryPath path)

Parameters

Name Type Description
path DirectoryPath The path.

Return Value

Type Description
FilePath An absolute path.