File.

AppendAllLines(string, IEnumerable<string>) Method

Assembly
Pri.LongPath.dll
Namespace
Pri.LongPath
Containing Type
File

Syntax

public static void AppendAllLines(string path, IEnumerable<string> contents)

Parameters

Name Type Description
path string
contents IEnumerable<string>

Return Value

Type Description
void