PathExtensions.

CleanCreateDirectory(ICakeContext, string) Method

Summary

Creates a directory if it doesn't exist and if it already exists it cleans it
Assembly
Cake.igloo15.Helper.dll
Namespace
Cake.igloo15.Helper
Containing Type
PathExtensions

Syntax

public static void CleanCreateDirectory(this ICakeContext context, string path)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
path string The path to perform action on

Return Value

Type Description
void