Click or drag to resize

ResourceManagerReadBytes Method (String)

Read the contents of a file in binary-mode.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static byte[] ReadBytes(
	string fullPath
)
Request Example View Source

Parameters

fullPath
Type: SystemString
Absolute path to the file.

Return Value

Type: Byte
Contents of the file as a byte array.
See Also