In The Hand LtdIn The Hand
WriteAllBytes Method (file, data, append)
NamespacesInTheHand.VisualBasic.MyServicesFileSystemProxyWriteAllBytes(String, array<Byte>[]()[][], Boolean)
.NET Components for Mobility
Writes data to a binary file.
Declaration Syntax
C#Visual Basic
public void WriteAllBytes(
	string file,
	byte[] data,
	bool append
)
Public Sub WriteAllBytes ( _
	file As String, _
	data As Byte(), _
	append As Boolean _
)
Parameters
file (String)
Path and name of the file to be written to.
data (array<Byte>[]()[][])
Data to be written to the file.
append (Boolean)
Whether to append or overwrite data. Default is False.
Remarks

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0