DirectoryPath.

GetFilePath(FilePath) Method

Summary

Combines the current path with the file name of a FilePath.
Namespace
Cake.Core.IO
Containing Type
DirectoryPath

Syntax

public FilePath GetFilePath(FilePath path)

Parameters

Name Type Description
path FilePath The path.

Return Value

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