File.

WriteAllBytes(string, byte[]) Method

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

Syntax

public static void WriteAllBytes(string path, byte[] bytes)

Parameters

Name Type Description
path string
bytes byte[]

Return Value

Type Description
void