This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.FileHelpers.
Summary
Appends all text lines to a file
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