File.WriteAllBytes

Cambiar al Manual
public static void WriteAllBytes (string path, byte[] bytes);

Parámetros

pathThe file to write to.
bytesThe bytes to write to the file.

Descripción

Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.