ReadAllBytes
Reads an entire file into a byte array.
Public Function ReadAllBytes(
ByRef Path As String ) As Byte ( )
Parameters
- Path
-
[ByRef]
String.
The path and filename to read into the byte array.
Return Values
Byte() - A byte array containing the contents of the file.
See Also
Project CorLib Overview
Class File Overview