VFile.WriteAllBytes Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
WriteAllBytes(String, Byte[])
Method writes the bytes
to a file identified by the path
.
Declaration
public static void WriteAllBytes(string path, byte[] bytes)