Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.WriteBytes Function
Writes n bytes to file and returns True if the operation finished correctly
Syntax
Public Function WriteBytes (ByRef
aBuffer
As Byte()) As Boolean
Parameters
Parameter
Description
ByRef
aBuffer
As Byte()
The byte array to write
Remarks