DirectoryPath.

CombineWithFilePath(FilePath) Method

Summary

Combines the current path with a FilePath. The provided FilePath must be relative.
Namespace
Cake.Core.IO
Containing Type
DirectoryPath

Syntax

public FilePath CombineWithFilePath(FilePath path)

Parameters

Name Type Description
path FilePath The path.

Return Value

Type Description
FilePath A combination of the current path and the provided FilePath.