FileHelperAliases.

FileAppendText(ICakeContext, FilePath, Encoding, string) Method

Summary

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

Syntax

public static void FileAppendText(this ICakeContext context, FilePath file, Encoding encoding, string text)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
file FilePath The file to append text to.
encoding Encoding The encoding to use for the file.
text string The text to append.

Return Value

Type Description
void