FileHelperAliases.

FileWriteLines(ICakeContext, FilePath, Encoding, string[]) Method

Summary

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

Syntax

public static void FileWriteLines(this ICakeContext context, FilePath file, Encoding encoding, string[] lines)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
file FilePath The file to write to.
encoding Encoding The encoding to use for the file.
lines string[] The text lines to write.

Return Value

Type Description
void