VFile.WriteAllBytes Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
WriteAllBytes(String, Byte[])
Method writes the bytes
to a file identified by the path
.
Declaration
public static void WriteAllBytes(string path, byte[] bytes)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the file. |
Byte[] | bytes | The byte array to write to the |