.NET Components for Mobility
Writes data to a binary file.

Declaration Syntax
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