Click or drag to resize

File.ReadAllBytes Method (String)

Opens a binary file, reads the contents of the file into a byte array, and then closes the file.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static byte[] ReadAllBytes(
	string path
)

Parameters

path
Type: System.String
The file to open for reading.

Return Value

Type:Byte[]
A byte array containing the contents of the file.
See Also