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