PathExtensions Class

Summary

Extensions used for pathing, directories, and files
Assembly
Cake.igloo15.Helper.dll
Namespace
Cake.igloo15.Helper
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["PathExtensions"] class Type type-node

Syntax

public static class PathExtensions

Methods

Name Value Summary
CleanCreateDirectory(ICakeContext, string) void
Creates a directory if it doesn't exist and if it already exists it cleans it
static
CombinePaths(ICakeContext, string[]) string
Combine the paths to create one path
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin