FileHelperAliases.

FileAppendLines(ICakeContext, FilePath, string[]) Method

Summary

Appends all text lines to a file
Assembly
Cake.FileHelpers.dll
Namespace
Cake.FileHelpers
Containing Type
FileHelperAliases

Syntax

public static void FileAppendLines(this ICakeContext context, FilePath file, string[] lines)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
file FilePath The file to append text to.
lines string[] The text lines to append.

Return Value

Type Description
void