PathExtensions.

CombinePaths(ICakeContext, string[]) Method

Summary

Combine the paths to create one path
Assembly
Cake.igloo15.Helper.dll
Namespace
Cake.igloo15.Helper
Containing Type
PathExtensions

Syntax

public static string CombinePaths(this ICakeContext context, params string[] paths)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
paths string[] The paths to combine

Return Value

Type Description
string