[CakeMethodAlias] [CakeNamespaceImport("Cake.Common.IO.Paths")] public static ConvertableDirectoryPath Directory(this ICakeContext context, string path)
// Get the temp directory. var root = Directory("./"); var temp = root + Directory("temp"); // Clean the directory. CleanDirectory(temp);