File.

WriteAllLines(string, IEnumerable<string>) Method

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

Syntax

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

Parameters

Name Type Description
path string
contents IEnumerable<string>

Return Value

Type Description
void