File.WriteAllBytes Method
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.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Syntax
public static void WriteAllBytes (
stringpath,
bytebytes
)
Parameters
- path
The file to write to. - bytes
The bytes to write to the file.
Version Information
Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.