IFileSystem.

WriteAllText(string, string) Method

Namespace
GitVersion
Containing Type
IFileSystem

Syntax

void WriteAllText(string file, string fileContents)

Parameters

Name Type Description
file string
fileContents string

Return Value

Type Description
void
GitHub