File: WriteAllbytes |
Opens a file, writes all bytes to the file, then closes the file.
Public Sub WriteAllbytes( ByRef Path As String, ByRef Bytes ( ) As Byte )
If the file doesnt exist it will be created. If the file already exists, it will be overwritten.